public: rename mathlib to xash3d_mathlib.

This commit is contained in:
Andrey Akhmichin
2020-02-10 15:07:06 +05:00
parent 49445f0663
commit e3b547c8a9
40 changed files with 46 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ GNU General Public License for more details.
#ifndef SERVER_H
#define SERVER_H
#include "mathlib.h"
#include "xash3d_mathlib.h"
#include "edict.h"
#include "eiface.h"
#include "physint.h" // physics interface

View File

@@ -14,7 +14,7 @@ GNU General Public License for more details.
*/
#include "common.h"
#include "mathlib.h"
#include "xash3d_mathlib.h"
#include "server.h"
#include "const.h"
#include "pm_defs.h"