vcglib/wrap/glw/config.h

17 lines
296 B
C
Raw Normal View History

2012-04-30 20:23:53 +02:00
#ifndef GLW_CONFIG_H
#define GLW_CONFIG_H
#ifndef GLW_ASSERT
# define GLW_ASSERT assert
#endif
#ifndef GLW_IMPLEMENT_CUSTOM_UNIFORMS
# define GLW_IMPLEMENT_CUSTOM_UNIFORMS
#endif
#ifndef GLW_PRINT_LOG_TO_STDERR
# define GLW_PRINT_LOG_TO_STDERR 1
#endif
2012-04-30 20:23:53 +02:00
#endif // GLW_CONFIG_H