0
0
Fork 0
mirror of https://github.com/ENSL/NS.git synced 2025-03-10 19:12:08 +00:00
NS/main/source/mod/AvHConstants.cpp

16 lines
284 B
C++
Raw Normal View History

2014-12-16 13:36:27 +00:00
#include "AvHConstants.h"
#include <cstring>
const int slashchr = '\\';
#define kAvHModDir ((const char*)("ns")) // shouldnt it be ns??? // was nsp
const char* getModDirectory(void)
{
return kAvHModDir;
}
const char* getModName(void)
{
return kAvHGameName;
}