mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 20:21:06 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
+2
-1
@@ -11,13 +11,14 @@
|
||||
|
||||
#include "datamap.h"
|
||||
|
||||
|
||||
typedef struct phyheader_s
|
||||
{
|
||||
DECLARE_BYTESWAP_DATADESC();
|
||||
int size;
|
||||
int id;
|
||||
int solidCount;
|
||||
long checkSum; // checksum of source .mdl file
|
||||
int checkSum; // checksum of source .mdl file
|
||||
} phyheader_t;
|
||||
|
||||
#endif // PHYFILE_H
|
||||
|
||||
Reference in New Issue
Block a user