NS/main/source/mod/AvHConstants.cpp
fmoraw 1622255eeb visual studio 2010 rebuild
Signed-off-by: fmoraw <fmoraw@users.noreply.github.com>
2014-05-28 14:41:12 +02:00

15 lines
269 B
C++

#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;
}