mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
340 B
C
18 lines
340 B
C
|
#ifndef nsHtml5NamedCharactersAccel_h_
|
||
|
#define nsHtml5NamedCharactersAccel_h_
|
||
|
|
||
|
#include "prtypes.h"
|
||
|
#include "jArray.h"
|
||
|
#include "nscore.h"
|
||
|
#include "nsDebug.h"
|
||
|
#include "prlog.h"
|
||
|
#include "nsMemory.h"
|
||
|
|
||
|
class nsHtml5NamedCharactersAccel
|
||
|
{
|
||
|
public:
|
||
|
static const PRInt32* const HILO_ACCEL[];
|
||
|
};
|
||
|
|
||
|
#endif // nsHtml5NamedCharactersAccel_h_
|