nsHtml5NamedCharactersAccel.h (501B)
1 /* 2 * Copyright 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera 3 * Software ASA. 4 * 5 * You are granted a license to use, reproduce and create derivative works of 6 * this document. 7 */ 8 9 #ifndef nsHtml5NamedCharactersAccel_h 10 #define nsHtml5NamedCharactersAccel_h 11 12 #include "jArray.h" 13 #include "nscore.h" 14 #include "nsDebug.h" 15 #include "mozilla/Logging.h" 16 17 class nsHtml5NamedCharactersAccel { 18 public: 19 static const int32_t* const HILO_ACCEL[]; 20 }; 21 22 #endif // nsHtml5NamedCharactersAccel_h