mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-22 03:41:20 +00:00
9 lines
200 B
C++
9 lines
200 B
C++
#include "cmdlib.h"
|
|
#include "messages.h"
|
|
#include "log.h"
|
|
#include "hlassert.h"
|
|
#include "mathtypes.h"
|
|
#include "mathlib.h"
|
|
#include "win32fix.h"
|
|
|
|
const vec3_t vec3_origin = { 0, 0, 0 };
|