mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
12 lines
133 B
C++
12 lines
133 B
C++
#ifndef LEGOACTOR_H
|
|
#define LEGOACTOR_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class LegoActor : public LegoEntity
|
|
{
|
|
|
|
};
|
|
|
|
#endif // LEGOACTOR_H
|