feat: Added NoNut core
This commit is contained in:
21
src/NoNut/core/CommonHeader.h
Normal file
21
src/NoNut/core/CommonHeader.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#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 };
|
||||
}
|
||||
|
||||
namespace nonut::g2o{}
|
||||
namespace g2o = nonut::g2o;
|
||||
|
||||
#endif // CORE_COMMONHEADER_H_
|
||||
Reference in New Issue
Block a user