some updates

This commit is contained in:
2026-05-29 01:49:38 +03:00
parent ab9e5f47b3
commit 363bd9001d
11 changed files with 59 additions and 210 deletions

14
public/ixr.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef IXR_H
#define IXR_H
#include "tier1/interface.h"
#include "tier2/iappsystem.h"
#include "trig.h"
abstract_class IXrManager: public IAppSystem
{
public:
};
#endif