mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-15 20:51:14 +00:00
11 lines
113 B
C++
11 lines
113 B
C++
#ifndef LEGORACEACTOR_H
|
|
#define LEGORACEACTOR_H
|
|
|
|
class LegoRaceActor
|
|
{
|
|
|
|
};
|
|
|
|
|
|
#endif // LEGORACEACTOR_H
|