mirror of
https://github.com/zeldaret/ss.git
synced 2024-12-04 19:56:31 +00: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
|