Remove hard SDL_main references for CMake solution

This commit is contained in:
Justin Scofield
2022-07-30 13:04:27 -04:00
parent 8ccfdaccf6
commit 7f5666c585
3 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#ifndef YAZE_APP_CORE_CONTROLLER_H
#define YAZE_APP_CORE_CONTROLLER_H
#define SDL_MAIN_HANDLED
#include <SDL.h>
#include <imgui/backends/imgui_impl_sdl.h>