updated cmake

This commit is contained in:
herbglitch 2023-03-11 01:21:36 -07:00
parent b65ce85405
commit 0f03d88b26
8 changed files with 20 additions and 20 deletions

View file

@ -2,9 +2,8 @@
#define ARC_SDL_WINDOW_H_
#ifdef ARC_SDL
#include <SDL.h>
#include "arc/graphics/window.h"
#include <SDL.h>
typedef SDL_Window ARC_WindowType;