This repository has been archived on 2025-03-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rc2007-soccer/source/Concept/Framework/tools.h
2007-02-06 14:41:04 +00:00

7 lines
106 B
C

#ifndef _TOOLS_H
#define _TOOLS_H
void* operator new(size_t sz);
void operator delete(void* p);
#endif