no engine anymore
This commit is contained in:
@@ -1,21 +1,18 @@
|
||||
//================= Copyright kotofyt, All rights reserved ==================//
|
||||
// Purpose: A header which implements or redefines libc implementation.
|
||||
// It is defined with V_ prefix to differentiate own implementation from
|
||||
// given libc by the OS.
|
||||
//===========================================================================//
|
||||
|
||||
#ifndef TIER0_STDLIB_H
|
||||
#define TIER0_STDLIB_H
|
||||
|
||||
#include "tier0/minmax.h"
|
||||
#include "tier0/minmax_on.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "stdint.h"
|
||||
#include "string.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#else
|
||||
#include "stdint.h"
|
||||
#include "string.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#endif
|
||||
|
||||
// TODO: bad stuff, reimplement it
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// string.h
|
||||
|
||||
Reference in New Issue
Block a user