home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 5036 / source.7z / x_def.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2011-12-13  |  113 b   |  7 lines

  1. #include "xentax.h"
  2.  
  3. bool error(const char* message)
  4. {
  5.  std::cout << message << std::endl;
  6.  return false;
  7. }