40 #ifndef AS_SCRIPTCODE_H 41 #define AS_SCRIPTCODE_H 43 #include "as_memory.h" 44 #include "as_string.h" 53 int SetCode(
const char *name,
const char *code,
bool makeCopy);
54 int SetCode(
const char *name,
const char *code,
size_t length,
bool makeCopy);
56 void ConvertPosToRowCol(
size_t pos,
int *row,
int *col);
58 bool TokenEquals(
size_t pos,
size_t len,
const char *str);
Definition: as_scriptcode.h:48
Definition: as_string.h:41