This commit is contained in:
Eero Holmala 2023-04-17 16:24:58 +03:00
parent 53dbb607dd
commit 41536e645b
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#include <iostream>
#include "SDL2/SDL.h"
#include "SDL2/SDL_vulkan.h"
#include "App.hh"
// #ifdef _WIN32

View File

@ -1,4 +1,5 @@
#include "Math.hh"
namespace Core
{
} // namespace Core