refactor: Refactorized whole project structure
This commit is contained in:
13
source/NoNut/include/Instance.h
Normal file
13
source/NoNut/include/Instance.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef NONUT_CORE_INSTANCE_H
|
||||
#define NONUT_CORE_INSTANCE_H
|
||||
#include <sqapi.h>
|
||||
|
||||
namespace nonut
|
||||
{
|
||||
class Instance
|
||||
{
|
||||
public:
|
||||
[[nodiscard]] virtual SQObject getInstance() const = 0;
|
||||
};
|
||||
}
|
||||
#endif //NONUT_CORE_INSTANCE_H
|
||||
Reference in New Issue
Block a user