first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / core / library / mathematics / placeholder.cpp
1 \r
2 \r
3 // sole purpose of this is to make the lib be generated,\r
4 // even though we currently do not have any code that lives inside it.\r
5 \r
6 \r
7 #include "double_plus.h"\r
8 \r
9 using namespace mathematics;\r
10 \r
11 int fu()\r
12 {\r
13 double_plus ted;\r
14 return (int)ted;\r
15 }\r