refactor: Refactorized whole project structure
This commit is contained in:
10
source/NoNut/include/Constant.h
Normal file
10
source/NoNut/include/Constant.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user