Files
renpy/module/gl2debug.h
T
2019-08-07 11:22:24 -04:00

7 lines
76 B
C

#ifndef GL2DEBUG_H
#define GL2DEBUG_H
void gl2_enable_debug(void);
#endif