sic/src/eventrouter.gperf

11 lines
98 B
Plaintext

struct RouterOp
{
const char *txt;
int op;
};
%%
/files, 1
/date, 2
/static, 4
/upload, 5