#include "undamped.h" #include "damped.h" #include "../../../shared_cpp/WebglContext.h" WebglContext context; int main() { Damped::init(&context); Undamped::init(&context); return 0; } // // Interactions with DOM handled below //