1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-06 06:10:45 +00:00

Fix linux build

This commit is contained in:
fgenesis 2014-04-07 05:09:40 +02:00
commit 95fb836221
5 changed files with 17 additions and 1 deletions

View file

@ -23,6 +23,8 @@
#include <iostream>
#include <sstream>
#include <stdio.h>
#include <ttvfs.h>
typedef ttvfs::File VFILE;