00001 /* header file for src/sandbox.cpp */ 00002 00003 #ifndef _CORE_SANDBOX_HPP 00004 #define _CORE_SANDBOX_HPP 00005 00006 namespace Sandbox { 00007 #define SANDBOXED _3C90X 00008 00009 void sub_sand(); 00010 00011 //#include "sbox.hpp" 00012 00013 #undef SANDBOXED 00014 }; /*namespace Sandbox*/ 00015 00016 #endif