fixed bounding volume issue
[laserbrain_demo] / src / app.h
index 83680ec..fe06daf 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -15,6 +15,8 @@ extern SceneSet sceneman;
 
 extern unsigned int sdr_ltmap, sdr_ltmap_notex;
 
+extern int fpexcept_enabled;   // int so that C modules may fwd-delcare and use it
+
 enum {
        MOD_SHIFT       = 1,
        MOD_ALT         = 2,