mirror of
https://github.com/nzp-team/vhlt.git
synced 2024-11-22 11:51:13 +00:00
10 lines
200 B
C++
10 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 };
|