refactor: Refactorized whole project structure
This commit is contained in:
18
source/NoNut/include/CommonHeader.h
Normal file
18
source/NoNut/include/CommonHeader.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef CORE_COMMONHEADER_H_
|
||||
#define CORE_COMMONHEADER_H_
|
||||
|
||||
#include "sqrat.h"
|
||||
|
||||
namespace nonut
|
||||
{
|
||||
using Int = SQInteger;
|
||||
using UInt = SQUnsignedInteger;
|
||||
using UInt32 = SQUnsignedInteger32;
|
||||
using Float = SQFloat;
|
||||
using Bool = SQBool;
|
||||
using String = std::string;
|
||||
|
||||
constexpr SQObject SQ_NULL{ OT_NULL };
|
||||
}
|
||||
|
||||
#endif // CORE_COMMONHEADER_H_
|
||||
Reference in New Issue
Block a user