wow. that was easy: git mv core nucleus
[feisty_meow.git] / nucleus / library / mathematics / placeholder.cpp
diff --git a/nucleus/library/mathematics/placeholder.cpp b/nucleus/library/mathematics/placeholder.cpp
new file mode 100644 (file)
index 0000000..bc3d86f
--- /dev/null
@@ -0,0 +1,15 @@
+\r
+\r
+// sole purpose of this is to make the lib be generated,\r
+// even though we currently do not have any code that lives inside it.\r
+\r
+\r
+#include "double_plus.h"\r
+\r
+using namespace mathematics;\r
+\r
+int fu()\r
+{\r
+double_plus ted;\r
+return (int)ted;\r
+}\r