diff options
Diffstat (limited to 'game/client/fontabc.h')
| -rw-r--r-- | game/client/fontabc.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/game/client/fontabc.h b/game/client/fontabc.h new file mode 100644 index 0000000..bdf4b49 --- /dev/null +++ b/game/client/fontabc.h @@ -0,0 +1,20 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef FONTABC_H +#define FONTABC_H +#ifdef _WIN32 +#pragma once +#endif + +typedef struct +{ + int abcA, abcB, abcC; + int total; +} FONTABC; + +#endif // FONTABC_H |