00001 00013 #ifndef __MARCHINGCUBESGENERAL_H__ // {{{ 00014 #define __MARCHINGCUBESGENERAL_H__ 00015 00016 00020 #define MC_FAIL_EXIT(msg, code) std::cerr << __FILE__ << ":" << __LINE__ << ": ERROR: " << msg \ 00021 << std::endl; \ 00022 exit(code); 00023 00024 00025 #endif /* }}} __MARCHINGCUBESGENERAL_H__ */ 00026 00027 00028 // vim:fdm=marker:fdc=3:tw=100