]> git.tdb.fi Git - libs/vr.git/blobdiff - source/system.cpp
Remove extra blank line
[libs/vr.git] / source / system.cpp
index c8354561489ffba0bf1b1711c7ed38db97264eb8..500e672f3365518276c51145b5eb9150aa129143 100644 (file)
@@ -51,5 +51,16 @@ System *System::create_autodetect()
        return 0;
 }
 
+void System::set_absolute_tracking(bool a)
+{
+       if(a)
+               throw invalid_argument("absolute tracking not supported");
+}
+
+MotionController *System::create_controller()
+{
+       throw runtime_error("controller not supported");
+}
+
 } // namespace VR
 } // namespace Msp