csgo-2018-source/public/phyfile.h
2021-07-24 21:11:47 -07:00

24 lines
465 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef PHYFILE_H
#define PHYFILE_H
#pragma once
#include "datamap.h"
typedef struct phyheader_s
{
DECLARE_BYTESWAP_DATADESC();
int size;
int id;
int solidCount;
int checkSum; // checksum of source .mdl file
} phyheader_t;
#endif // PHYFILE_H