11 lines
186 B
C++
11 lines
186 B
C++
#ifndef NONUT_CORE_CONSTANT_H
|
|
#define NONUT_CORE_CONSTANT_H
|
|
#include "CommonHeader.h"
|
|
#include <sqapi.h>
|
|
|
|
namespace nonut
|
|
{
|
|
SQObject getConstTable();
|
|
};
|
|
#endif // NONUT_CORE_CONSTANT_H
|