Remove unnecessary header

This commit is contained in:
Justin Scofield
2022-07-23 14:33:55 -04:00
parent 955f9f4222
commit 8aa19eae7e
4 changed files with 5 additions and 7 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "assets/asm/alttp-hacker-workspace"]
path = assets/asm/alttp-hacker-workspace
url = https://github.com/scawful/alttp-hacker-workspace.git
[submodule "src/lib/abseil-cpp"]
path = src/lib/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git

1
src/lib/abseil-cpp Submodule

Submodule src/lib/abseil-cpp added at 701185dbce

View File

@@ -1,4 +1,4 @@
#include "yaze.h"
#include "app/core/controller.h"
int main(int argc, char** argv) {
yaze::app::core::Controller controller;

View File

@@ -1,6 +0,0 @@
#ifndef YAZE_YAZE_H
#define YAZE_YAZE_H
#include "app/core/controller.h"
#endif // YAZE_YAZE_H