1 // operations.cpp : Defines the exported functions for the DLL application.
4 #include "operations.hxx"
5 #include "types_addition.hxx"
6 #include "types_subtraction.hxx"
7 #include "types_opposite.hxx"
8 #include "types_dotmultiplication.hxx"
9 #include "types_and.hxx"
10 #include "types_or.hxx"
12 void initOperationArray()
15 fillOppositeFunction();
16 fillSubtractFunction();