diff options
author | David Robillard <d@drobilla.net> | 2020-03-08 17:47:12 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-08 17:47:12 +0100 |
commit | f1f50a738e10873c483b7425ae7da963114b7719 (patch) | |
tree | efebbb6f25fbafebbdd4d4073b81743f04f9c782 /test/pugl_gl3_test.c | |
parent | 63b748a6b2f1fa9db262ba15a60939109053556e (diff) | |
download | pugl-f1f50a738e10873c483b7425ae7da963114b7719.tar.gz pugl-f1f50a738e10873c483b7425ae7da963114b7719.tar.bz2 pugl-f1f50a738e10873c483b7425ae7da963114b7719.zip |
Split graphical utilities out from test_utils.h
Diffstat (limited to 'test/pugl_gl3_test.c')
-rw-r--r-- | test/pugl_gl3_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pugl_gl3_test.c b/test/pugl_gl3_test.c index d214f20..86fb11c 100644 --- a/test/pugl_gl3_test.c +++ b/test/pugl_gl3_test.c @@ -36,6 +36,7 @@ #define GL_SILENCE_DEPRECATION 1 +#include "demo_utils.h" #include "shader_utils.h" #include "test_utils.h" |