9 lines
100 B
C
Executable File
9 lines
100 B
C
Executable File
#ifndef __DEBUG_H_
|
|
#define __DEBUG_H_
|
|
|
|
#include "gl.h"
|
|
|
|
const char* PrintEnum(GLenum what);
|
|
|
|
#endif
|