refactor: Refactorized whole project structure
This commit is contained in:
15
source/NoNut/include/UserData.h
Normal file
15
source/NoNut/include/UserData.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef NONUT_CORE_USER_DATA_H
|
||||
#define NONUT_CORE_USER_DATA_H
|
||||
|
||||
#include <sqapi.h>
|
||||
|
||||
namespace nonut
|
||||
{
|
||||
class UserData
|
||||
{
|
||||
public:
|
||||
SQUserPointer userPtr = nullptr;
|
||||
SQUserPointer tagPtr = nullptr;
|
||||
};
|
||||
}
|
||||
#endif //NONUT_CORE_INSTANCE_H
|
||||
Reference in New Issue
Block a user