no engine anymore
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#ifndef TIER1_UTL_INITIALIZER_LIST_H
|
||||
#define TIER1_UTL_INITIALIZER_LIST_H
|
||||
//-----------------------------------------------------------------------------
|
||||
// C++ only supports std::initializer_list. Because of that we are dependent
|
||||
// on libc++. That's why I banned usage of the std.
|
||||
//================= Copyright kotofyt, All rights reserved ==================//
|
||||
// C++ only supports std::initializer_list, so we need to get around compiler.
|
||||
//
|
||||
// fuck C++ once
|
||||
// fuck C++ twice
|
||||
// fuck C++ thrice
|
||||
//-----------------------------------------------------------------------------
|
||||
//===========================================================================//
|
||||
|
||||
#ifndef TIER1_UTL_INITIALIZER_LIST_H
|
||||
#define TIER1_UTL_INITIALIZER_LIST_H
|
||||
|
||||
#include "initializer_list"
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user