diff options
| author | fig02 <fig02srl@gmail.com> | 2025-02-20 07:50:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-20 07:50:13 -0500 |
| commit | 2e4d7a11012bf90ac21086ec1a9cd23f54413e86 (patch) | |
| tree | 78676e8f4f9409ad65a92d48f3023afd51c4045d /src/code/z_sample.c | |
| parent | 4cfb5f05a08d0747f993ef914d4d78872ca02b2f (diff) | |
Create headers for Game States (#2482)
* make headers for gamestates
* fixes
* fixes 2
* bss
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c index 541771432..6a5b86529 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -1,3 +1,5 @@ +#include "sample_state.h" + #include "global.h" void Sample_HandleStateChange(SampleState* this) { |
