mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/simulator] Add missing includes
This commit is contained in:
committed by
EmilieNumworks
parent
7991c4966a
commit
97892bb9b7
@@ -2,6 +2,7 @@
|
||||
#include "main.h"
|
||||
#include <ion/display.h>
|
||||
#include <SDL.h>
|
||||
#include <string.h>
|
||||
|
||||
/* Drawing on an SDL texture
|
||||
* In SDL2, drawing bitmap data happens through textures, whose data lives in
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <assert.h>
|
||||
#include <ion/events.h>
|
||||
#include <SDL.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace Ion {
|
||||
namespace Events {
|
||||
|
||||
Reference in New Issue
Block a user