mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
8 lines
80 B
C++
8 lines
80 B
C++
#ifndef LEGORACE_H
|
|
#define LEGORACE_H
|
|
|
|
class LegoRace
|
|
{
|
|
};
|
|
|
|
#endif // LEGORACE_H
|