Files
cool-source-archive/public/phyfile.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

24 lines
452 B
C

//========= Copyright 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;
long checkSum; // checksum of source .mdl file
} phyheader_t;
#endif // PHYFILE_H