2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-06 03:55:45 +03:00
metamod-r/hlsdk/common/nowin.h
2016-07-04 12:07:29 +06:00

16 lines
313 B
C

//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#ifndef INC_NOWIN_H
#define INC_NOWIN_H
#ifndef _WIN32
#include <unistd.h>
#endif //!_WIN32
#endif //INC_NOWIN_H