Fix build on Arch
This commit is contained in:
parent
eed75b004b
commit
2d156a33af
|
|
@ -22,6 +22,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "qmath.h"
|
||||
#include <vector>
|
||||
|
||||
using winding_t = std::vector<Vector3>;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
void vfsInitDirectory( const char *path );
|
||||
void vfsShutdown();
|
||||
int vfsGetFileCount( const char *filename );
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user