diff options
Diffstat (limited to 'game/client/econ/tool_items/paint_can_tool.h')
| -rw-r--r-- | game/client/econ/tool_items/paint_can_tool.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/game/client/econ/tool_items/paint_can_tool.h b/game/client/econ/tool_items/paint_can_tool.h new file mode 100644 index 0000000..36fa9de --- /dev/null +++ b/game/client/econ/tool_items/paint_can_tool.h @@ -0,0 +1,15 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef PAINT_CAN_TOOL_H +#define PAINT_CAN_TOOL_H +#ifdef _WIN32 +#pragma once +#endif + + +#endif // PAINT_CAN_TOOL_H |