Merge pull request #103 from Aciz/fix-arch-build

Fix build on Arch
This commit is contained in:
Garux 2022-05-28 23:05:11 +03:00 committed by GitHub
commit 86def027b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 );