sic/src/eventrouter.gperf

11 lines
98 B
Plaintext
Raw Normal View History

2013-11-24 05:46:24 +01:00
struct RouterOp
{
const char *txt;
int op;
};
%%
/files, 1
2013-11-24 05:58:02 +01:00
/date, 2
/static, 4
/upload, 5