mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
13 lines
137 B
C++
13 lines
137 B
C++
#ifndef DOORS_H
|
|
#define DOORS_H
|
|
|
|
#include "legopathactor.h"
|
|
|
|
class Doors : public LegoPathActor
|
|
{
|
|
// SIZE 0x1f8
|
|
};
|
|
|
|
|
|
#endif // DOORS_H
|