7 lines
76 B
C
7 lines
76 B
C
#ifndef GL2DEBUG_H
|
|
#define GL2DEBUG_H
|
|
|
|
void gl2_enable_debug(void);
|
|
|
|
#endif
|