various progress

This commit is contained in:
ed
2025-02-05 10:37:25 -05:00
parent e19dd6b58c
commit c1d24b3a07
45 changed files with 997 additions and 3604 deletions
+2 -4
View File
@@ -1,6 +1,5 @@
#ifdef MD_INTELLISENSE_DIRECTIVES
#ifdef INTELLISENSE_DIRECTIVES
# pragma once
# include "math.h"
#endif
////////////////////////////////
@@ -58,5 +57,4 @@ typedef enum Dir2
Dir2;
#define axis2_from_dir2(d) (((d) & 1) ? Axis2_Y : Axis2_X)
#define side_from_dir2(d) (((d) < Dir2_Right) ? Side_Min : Side_Max)
#define side_from_dir2(d) (((d) < Dir2_Right) ? Side_Min : Side_Max)