mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
//Defines for when surgery steps are performed. These are used to track progress through surgeries and how 'open' we are.
|
|
#define INCISION_MADE 1
|
|
#define FLESH_RETRACTED 2
|
|
#define BONE_CUT 2.5
|
|
#define BONE_RETRACTED 3
|