mirror of
https://github.com/zeldaret/st
synced 2026-06-28 19:00:54 -04:00
0b367ecdfb
* started ActorManager_001.cpp * create, ctor, dtor * prog * fix build * fix build issues * progress * struct comments * match ClearInstance
15 lines
286 B
C++
15 lines
286 B
C++
#pragma once
|
|
|
|
#include "System/SysNew.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d70 : public SysObject {
|
|
public:
|
|
~UnkStruct_027e0d70();
|
|
void func_ov068_0215e8f8();
|
|
void func_ov071_0215e9ac();
|
|
void func_ov071_0215eac8();
|
|
};
|
|
|
|
extern UnkStruct_027e0d70 *data_027e0d70;
|