mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 07:05:40 +12:00
move filesystem header to right place
This commit is contained in:
parent
c3487251b6
commit
6b5508d52b
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
||||||
|
#include <filesystem>
|
||||||
|
|
||||||
#include "emulator.hpp"
|
#include "emulator.hpp"
|
||||||
|
|
||||||
class FrontendSDL {
|
class FrontendSDL {
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include "panda_sdl/frontend_sdl.hpp"
|
#include "panda_sdl/frontend_sdl.hpp"
|
||||||
|
|
||||||
#include <filesystem>
|
|
||||||
#include <glad/gl.h>
|
#include <glad/gl.h>
|
||||||
|
|
||||||
FrontendSDL::FrontendSDL() {
|
FrontendSDL::FrontendSDL() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue