initial
This commit is contained in:
20
game/client/fontabc.h
Normal file
20
game/client/fontabc.h
Normal file
@ -0,0 +1,20 @@
|
||||
//========= Copyright <20> 1996-2005, 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
|
Reference in New Issue
Block a user