12 lines
216 B
C++
12 lines
216 B
C++
#ifndef PKMNLIB_CONSTSTRING_HPP
|
|
#define PKMNLIB_CONSTSTRING_HPP
|
|
|
|
#include <angelscript.h>
|
|
|
|
class ConstStringRegister {
|
|
public:
|
|
static void Register(asIScriptEngine* engine);
|
|
};
|
|
|
|
#endif // PKMNLIB_CONSTSTRING_HPP
|