~smspillaz/nux/nux.fix_1036521

« back to all changes in this revision

Viewing changes to NuxCore/Character/NAscii.h

  • 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
#ifndef NTASCII_H
 
2
#define NTASCII_H
 
3
 
 
4
NAMESPACE_BEGIN
 
5
 
 
6
extern t_uchar GAscii[];
 
7
extern t_uchar GAsciiCP437[];
 
8
 
 
9
NAMESPACE_END
 
10
 
 
11
#endif // NTASCII_H