| 509 | } |
| 510 | #if defined(WIN32) || defined(__APPLE__) || !defined(WIN32) |
| 511 | void setresdata(char *s, enet_uint32 c) |
| 512 | { |
| 513 | extern hashtable<char *, enet_uint32> &resdata; |
| 514 | resdata[newstring(s)] = c; |
| 515 | } |
| 516 | #endif |
| 517 | |
| 518 | COMMANDF(screenres, "ii", (int *w, int *h) { screenres(*w, *h); }); |