Fix build on Arch

This commit is contained in:
Aciz 2022-05-24 15:22:31 +03:00
parent eed75b004b
commit 2d156a33af
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#pragma once
#include "qmath.h"
#include <vector>
using winding_t = std::vector<Vector3>;

View File

@ -30,6 +30,8 @@
#pragma once
#include <vector>
void vfsInitDirectory( const char *path );
void vfsShutdown();
int vfsGetFileCount( const char *filename );