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

21 lines
354 B
C

//========= 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