~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxCore/Error.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2010-09-01 19:25:37 UTC
  • Revision ID: neil.patel@canonical.com-20100901192537-mfz7rm6q262pewg6
Import and build NuxCore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//#include "Error.h"
 
2
//
 
3
//using namespace std;
 
4
//
 
5
//void ny_output_error(const char *error_msg)
 
6
//{
 
7
//  cout << error_msg << endl;
 
8
//}
 
9
//
 
10
//void ny_output_system_error(const char *error_msg)
 
11
//{
 
12
//  perror(error_msg);
 
13
//}
 
14
//
 
15
//
 
16