New Enums
All 05-era enums added (might be more, idk tbh)
This commit is contained in:
4
PartType.h
Normal file
4
PartType.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef PARTTYPE_H
|
||||
#define PARTTYPE_H
|
||||
static enum PartType {Ball, Block, Cylinder};
|
||||
#endif
|
||||
Reference in New Issue
Block a user