1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix build with SDL platform

This commit is contained in:
Mathieu Schroeter 2018-07-22 15:11:35 +02:00
parent 289881e71c
commit c1abfd65fa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#pragma once
#include <functional>
class Platform
{
private:

View File

@ -1,6 +1,4 @@
#include <functional>
#include "../blupi.h"
#include "../event.h"
#include "../platform.h"