Remove "typedef struct" or "typedef enum" from a few places

This commit is contained in:
brainiac
2025-12-28 02:25:43 -08:00
parent b8deacca01
commit 72fa8cf845
17 changed files with 42 additions and 43 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
#include <deque>
#include <list>
typedef struct {
struct NPCProximity {
float min_x;
float max_x;
float min_y;
@@ -41,7 +41,7 @@ typedef struct {
float max_z;
bool say;
bool proximity_set;
} NPCProximity;
};
struct AISpells_Struct {
uint32 type; // 0 = never, must be one (and only one) of the defined values