CCIMXDesktop
Loading...
Searching...
No Matches
ObstacleType.h
1
#ifndef OBSTACLETYPE_H
2
#define OBSTACLETYPE_H
3
8
enum class
ObstacleType {
9
UNKNOWN,
10
SmallCactus,
11
MedCactus,
12
LargeCactus,
13
SmallBird,
14
MediumBird,
15
LargeBird
16
};
17
18
#endif
// OBSTACLETYPE_H
extern_app
games
CCIMX_DinoGame
core
ObstacleType.h
Generated by
1.9.8