22 #ifndef SCI_GRAPHICS_COORDADJUSTER_H 23 #define SCI_GRAPHICS_COORDADJUSTER_H 25 #include "common/list.h" 26 #include "common/array.h" 42 void kernelGlobalToLocal(int16 &x, int16 &y,
reg_t planeObject = NULL_REG);
43 void kernelLocalToGlobal(int16 &x, int16 &y,
reg_t planeObject = NULL_REG);
57 #endif // SCI_GRAPHICS_COORDADJUSTER_H
Definition: coordadjuster.h:37
Definition: vm_types.h:39