5 #include <lib/gdi/lcd.h>
7 class gLCDDC: public gDC
10 static gLCDDC *instance;
12 void exec(gOpcode *opcode);
17 void setUpdate(int update);
18 static int getInstance(ePtr<gLCDDC> &ptr) { if (!instance) return -1; ptr = instance; return 0; }
19 int islocked() { return lcd->islocked(); }