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