crn_core.cpp 380 B

1234567891011121314
  1. // File: crn_core.cpp
  2. // See Copyright Notice and license at the end of inc/crnlib.h
  3. #include "crn_core.h"
  4. #if CRNLIB_USE_WIN32_API
  5. #include "crn_winhdr.h"
  6. #endif
  7. namespace crnlib
  8. {
  9. const char *g_copyright_str = "Copyright (c) 2010-2012 Rich Geldreich and Tenacious Software LLC";
  10. const char *g_sig_str = "C8cfRlaorj0wLtnMSxrBJxTC85rho2L9hUZKHcBL";
  11. } // namespace crnlib