mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement LegoCharacterManager::GetROI (#696)
* Implement LegoCharacterManager::GetROI * Add TODO
This commit is contained in:

committed by
GitHub

parent
277957f0d5
commit
0994d6dbfb
@@ -1,10 +1,13 @@
|
||||
#ifndef LEGOANIMACTOR_H
|
||||
#define LEGOANIMACTOR_H
|
||||
|
||||
#include "decomp.h"
|
||||
#include "legopathactor.h"
|
||||
|
||||
class LegoAnimActor : public LegoPathActor {
|
||||
public:
|
||||
LegoAnimActor() {}
|
||||
LegoAnimActor(undefined4);
|
||||
};
|
||||
|
||||
#endif // LEGOANIMACTOR_H
|
||||
|
Reference in New Issue
Block a user