15 lines
199 B
C
15 lines
199 B
C
|
/*
|
||
|
* Copyright (C) 2002 Marcus Overhagen
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* Distributed under the terms of the MIT license
|
||
|
*/
|
||
|
#ifndef _NEW_H
|
||
|
#define _NEW_H
|
||
|
|
||
|
#include <new>
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
#endif
|