mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
1
This commit is contained in:
16
engine/conprint.h
Normal file
16
engine/conprint.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//===========================================================================//
|
||||
#ifndef CONPRINT_H
|
||||
#define CONPRINT_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
void Con_SafePrintf (PRINTF_FORMAT_STRING const char *fmt, ...);
|
||||
|
||||
#endif // CONPRINT_H
|
||||
Reference in New Issue
Block a user