Files
PyG2O/source/NoNut/include/Constant.h
2025-01-25 00:02:52 +03:00

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