mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-01-04 14:11:16 +03:00
init
This commit is contained in:
18
engine/sv_uploaddata.h
Normal file
18
engine/sv_uploaddata.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef SV_UPLOADDATA_H
|
||||
#define SV_UPLOADDATA_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
class KeyValues;
|
||||
|
||||
bool UploadData( char const *cserIP, char const *tablename, KeyValues *fields );
|
||||
|
||||
#endif // SV_UPLOADDATA_H
|
||||
Reference in New Issue
Block a user