Removed the 80 character column rule. Becoming impractical.

This commit is contained in:
igor
2026-04-17 03:19:13 -07:00
parent a8a3b57f8a
commit 9bc7fa3b52
4 changed files with 163 additions and 464 deletions
+4 -6
View File
@@ -80,8 +80,8 @@ typedef struct game_controller_input {
/* NOTE: All buttons must be added above this line. */
game_button_state Terminator;
} buttons;
} u;
};
};
} game_controller_input;
typedef struct game_input {
@@ -116,10 +116,8 @@ typedef struct game_memory {
layer.) */
#if BUILD_INTERNAL
debug_read_file_result (*DEBUGPlatformReadEntireFile)(
thread_context *Thread,const char *);
B32 (*DEBUGPlatformWriteEntireFile)(thread_context *Thread,
const char *, U32, void *);
debug_read_file_result (*DEBUGPlatformReadEntireFile)(thread_context *Thread,const char *);
B32 (*DEBUGPlatformWriteEntireFile)(thread_context *Thread, const char *, U32, void *);
void (*DEBUGPlatformFreeFileMemory)(thread_context *Thread, void *);
#endif
} game_memory;