mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-12 07:58:05 +00:00
Include build.h.
This commit is contained in:
parent
7581cacd6f
commit
2218731a86
@ -28,6 +28,7 @@
|
||||
#pragma once
|
||||
#if !defined(CL_DLL_H)
|
||||
#define CL_DLL_H
|
||||
#include "build.h"
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short word;
|
||||
typedef float vec_t;
|
||||
|
@ -1,7 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#include "build.h"
|
||||
|
||||
#if !defined(INPUT_MOUSE_H)
|
||||
#define INPUT_MOUSE_H
|
||||
#include "cl_dll.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#pragma once
|
||||
#if !defined(EXTDLL_H)
|
||||
#define EXTDLL_H
|
||||
|
||||
#include "build.h"
|
||||
//
|
||||
// Global header file for extension DLLs
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user