Add missing includes for app_delegate and flag in yaze.cc
This commit is contained in:
@@ -4,9 +4,11 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
#include "app/core/platform/app_delegate.h"
|
||||||
#include "app/rom.h"
|
#include "app/rom.h"
|
||||||
#include "app/zelda3/overworld/overworld.h"
|
#include "app/zelda3/overworld/overworld.h"
|
||||||
#include "dungeon.h"
|
#include "dungeon.h"
|
||||||
|
#include "util/flag.h"
|
||||||
#include "yaze_config.h"
|
#include "yaze_config.h"
|
||||||
|
|
||||||
int yaze_app_main(int argc, char **argv) {
|
int yaze_app_main(int argc, char **argv) {
|
||||||
|
|||||||
Reference in New Issue
Block a user