diff --git a/README b/README index fa3c07a..42f192d 100644 --- a/README +++ b/README @@ -2,3 +2,4 @@ this is a test repo and a dumb app to calc a matrix off of roll-pitch-yaw sequence +boogy on down diff --git a/main.cpp b/main.cpp index 9ae175b..d1ab09e 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,8 @@ #include #include "mainwindow.h" +// catch the boogie + int main(int argc, char *argv[]) { QApplication a(argc, argv);