css_enhanced_waf/public/phyfile.h

25 lines
453 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef PHYFILE_H
#define PHYFILE_H
#pragma once
#include "datamap.h"
2020-04-22 17:56:21 +01:00
typedef struct phyheader_s
{
DECLARE_BYTESWAP_DATADESC();
int size;
int id;
int solidCount;
int checkSum; // checksum of source .mdl file
2020-04-22 17:56:21 +01:00
} phyheader_t;
#endif // PHYFILE_H