2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Windows fixes

This commit is contained in:
Jack Andersen
2017-10-29 21:29:07 -10:00
parent 337e087182
commit 3e18e519ce
4 changed files with 11 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
#ifndef _WIN32
#include <unistd.h>
#include <termios.h>
#else
#include <conio.h>
#endif
#include "hecl/Database.hpp"