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,8 +2,8 @@
#include "arc/graphics/window.h"
#include "arc/graphics/sdl/window.h"
#include <SDL.h>
#include "arc/std/errno.h"
#include <SDL.h>
void ARC_Window_Create(ARC_Window **window, ARC_WindowInfo *info){
if(!info){