removed clang-format and clang_complete files from the repo
[dosdemo] / src / glut / main.c
index 8d19192..a552832 100644 (file)
@@ -153,6 +153,11 @@ void demo_quit(void)
        exit(0);
 }
 
+void demo_abort(void)
+{
+       abort();
+}
+
 struct video_mode *video_modes(void)
 {
        return vmodes;