summaryrefslogtreecommitdiff
path: root/include/nw4r/lyt/lyt_init.h
blob: be28d65fcbf52e3cf92d1ec27074ea52296c4a77 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NW4R_LYT_INIT_H
#define NW4R_LYT_INIT_H

namespace nw4r {
namespace lyt {
void LytInit();
}
} // namespace nw4r

#endif