DuctTaped_GL/Execution.cpp

11 lines
186 B
C++
Raw Permalink Normal View History

2020-04-06 14:40:20 -07:00
#include "Assignment_1_Execution.hpp"
#include "Assignment_2_Execution.hpp"
// Currently only can do one execution route.
int main(void)
{
2020-04-06 14:40:20 -07:00
return Execution::Execute_Assignment2();
}