mirror of
https://github.com/zeldaret/ss
synced 2026-06-09 04:29:58 -04:00
11 lines
128 B
C++
11 lines
128 B
C++
#ifndef NW4R_LYT_INIT_H
|
|
#define NW4R_LYT_INIT_H
|
|
|
|
namespace nw4r {
|
|
namespace lyt {
|
|
void LytInit();
|
|
}
|
|
} // namespace nw4r
|
|
|
|
#endif
|