]> git.localhorst.tv Git - tacos.git/blobdiff - src/tacos.cpp
the usual suspects
[tacos.git] / src / tacos.cpp
diff --git a/src/tacos.cpp b/src/tacos.cpp
new file mode 100644 (file)
index 0000000..7e0976f
--- /dev/null
@@ -0,0 +1,10 @@
+#include "app/init.hpp"
+#include "app/window.hpp"
+
+using namespace tacos;
+
+int main(int argc, char *argv[]) {
+       Init init;
+       Window window;
+       return 0;
+}