7 #ifndef LINGODEC_NAMES_H 8 #define LINGODEC_NAMES_H 10 #include "common/array.h" 11 #include "common/stablemap.h" 14 class SeekableReadStream;
22 namespace StandardNames {
23 extern const char *opcodeNamesS[];
24 extern const char *opcodeNamesM[];
25 extern const char *binaryOpNames[];
26 extern const char *chunkTypeNames[];
27 extern const char *putTypeNames[];
29 extern const char *moviePropertyNames[];
30 extern const char *whenEventNames[];
31 extern const char *menuPropertyNames[];
32 extern const char *menuItemPropertyNames[];
33 extern const char *soundPropertyNames[];
34 extern const char *spritePropertyNames[];
35 extern const char *animationPropertyNames[];
36 extern const char *animation2PropertyNames[];
37 extern const char *memberPropertyNames[];
55 ScriptNames(
unsigned int version_) : version(version_) {}
57 bool validName(
int id)
const;
63 #endif // LINGODEC_NAMES_H
Definition: algorithm.h:29