mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-07 19:57:48 +00:00
WIP: Prepared project for updating CustomMapLinker.h
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
class BSPUtil
|
||||
{
|
||||
public:
|
||||
static std::string getFileNameForBSPAsset(std::string assetName);
|
||||
static vec3_t convertToBO2Coords(vec3_t OGL_coordinate);
|
||||
static vec3_t convertFromBO2Coords(vec3_t bo2_coordinate);
|
||||
static void calcNewBounds(vec3_t* newmins, vec3_t* newmaxs, vec3_t* currmins, vec3_t* currmaxs);
|
||||
|
||||
Reference in New Issue
Block a user