mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
13 lines
166 B
C++
13 lines
166 B
C++
#ifndef LEGORACEACTOR_H
|
|
#define LEGORACEACTOR_H
|
|
|
|
#include "legoanimactor.h"
|
|
|
|
class LegoRaceActor : public LegoAnimActor
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif // LEGORACEACTOR_H
|