This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/Concept/Framework/tools.h
masterm 54a7ea32d4 +++ added parent object to io_modules
+++ added speed and enabling value stores for engines
2007-02-13 14:40:04 +00:00

9 lines
135 B
C

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