ss/include/nw4r/lyt/lyt_init.h
2024-05-23 00:16:00 -04:00

11 lines
128 B
C++

#ifndef NW4R_LYT_INIT_H
#define NW4R_LYT_INIT_H
namespace nw4r {
namespace lyt {
void LytInit();
}
} // namespace nw4r
#endif