added barriers, started working on libraries

This commit is contained in:
2025-12-15 20:31:16 +02:00
parent 5d4c587bf2
commit dd1a51b752
20 changed files with 608 additions and 61 deletions

View File

@@ -3,6 +3,7 @@
#include "iappsystem.h"
#include "tier0/platform.h"
#include "tier1/utlbuffer.h"
enum EFileMode
{
@@ -55,6 +56,9 @@ public:
virtual void Close( IFileHandle *pFile ) = 0;
// Some cool stuff
virtual CUtlBuffer<unsigned char> Read( IFileHandle *pFile ) = 0;
IFileSystem *m_pNext;
void RegisterFileSystem();