mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01: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
|