mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef _INCLUDED_ASW_SYSTEM_H
|
||||
#define _INCLUDED_ASW_SYSTEM_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "filesystem.h"
|
||||
|
||||
bool ASW_System_GetCurrentTimeAndDate(int *year, int *month, int *dayOfWeek, int *day, int *hour, int *minute, int *second);
|
||||
|
||||
const char *Sys_FindFirst (FileFindHandle_t &searchhandle, const char *path, char *basename, int namelength );
|
||||
const char* Sys_FindNext (FileFindHandle_t &searchhandle, char *basename, int namelength);
|
||||
void Sys_FindClose (FileFindHandle_t &searchhandle);
|
||||
|
||||
#endif _INCLUDED_ASW_SYSTEM_H
|
||||
Reference in New Issue
Block a user