better physics

This commit is contained in:
2026-03-05 00:30:27 +02:00
parent ddbdef713b
commit 2da75ebdd8
68 changed files with 743 additions and 262450 deletions

View File

@@ -2,6 +2,7 @@
#define GAME_H
#include "tier2/ifilesystem.h"
#include "materialsystem/imaterialsystem.h"
#include "iphysics.h"
extern IRenderContext *g_pRenderContext;
extern IFileSystem *filesystem;
extern IGameWindowManager *g_pWindowManager;
@@ -15,6 +16,9 @@ public:
extern CEngineVars *g_pEngineVars;
extern IPhysics *g_pPhysics;
extern IPhysicsWorld *g_pPhysicsWorld;
#define FUNNY_SECURE_PORT 27015
#define FUNNY_QUERY_PORT 27016