5 lines
91 B
C
5 lines
91 B
C
#ifndef PARTTYPE_H
|
|
#define PARTTYPE_H
|
|
static enum PartType {Ball, Block, Cylinder};
|
|
#endif
|