mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
12 lines
176 B
C++
12 lines
176 B
C++
#ifndef LEGOCARRACEACTOR_H
|
|
#define LEGOCARRACEACTOR_H
|
|
|
|
#include "legoraceactor.h"
|
|
|
|
class LegoCarRaceActor : public LegoRaceActor
|
|
{
|
|
|
|
};
|
|
|
|
#endif // LEGOCARRACEACTOR_H
|