mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
11 lines
150 B
C++
11 lines
150 B
C++
#ifndef CARRACESTATE_H
|
|
#define CARRACESTATE_H
|
|
|
|
#include "racestate.h"
|
|
|
|
class CarRaceState : public RaceState
|
|
{
|
|
};
|
|
|
|
#endif // CARRACESTATE_H
|