mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add BSP header definitions
This commit is contained in:
parent
4c6840be6c
commit
ceb438b7ca
@ -1,6 +1,13 @@
|
||||
#ifndef BSPFILE_H
|
||||
#define BSPFILE_H
|
||||
|
||||
// little-endian "rBSP"
|
||||
#define IDBSPHEADER (('P'<<24)+('S'<<16)+('B'<<8)+'r')
|
||||
|
||||
// MINBSPVERSION is the minimum acceptable version. The engine will load MINBSPVERSION through BSPVERSION
|
||||
#define MINBSPVERSION 44
|
||||
#define BSPVERSION 47
|
||||
|
||||
//=============================================================================
|
||||
|
||||
enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user