gl: clear w, h on reinit
[libpicofe.git] / gp2x / pollux_set.h
CommitLineData
fa8d1331 1#ifdef __cplusplus
2extern "C"
3{
4#endif
5
6int pollux_set(volatile unsigned short *memregs, const char *str);
9a5a0dc9 7int pollux_set_fromenv(volatile unsigned short *memregs,
8 const char *env_var);
fa8d1331 9
10#ifdef __cplusplus
11}
12#endif