Fix compile error! You forgot this. (#18)

This commit is contained in:
Prince Frizzy 2022-03-10 17:06:26 -05:00 committed by GitHub
parent a9aeb50e76
commit 85c54baa96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "pc/gfx/gfx_pc.h"
#include "game/game_init.h"
#include "game/ingame_menu.h"
#include "game/object_list_processor.h"
#include "game/segment2.h"
#include "game/mario.h"
#include "gfx_dimensions.h"