diff options
Diffstat (limited to 'src/stubs/tier0.c')
-rw-r--r-- | src/stubs/tier0.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stubs/tier0.c b/src/stubs/tier0.c new file mode 100644 index 0000000..2c9c578 --- /dev/null +++ b/src/stubs/tier0.c @@ -0,0 +1,9 @@ +/* This file is dedicated to the public domain. */ + +#include "stub.h" + +F(Msg) +F(Warning) +V(g_pMemAlloc) + +// vi: sw=4 ts=4 noet tw=80 cc=80 |