Initial
This commit is contained in:
13
mdiwin/STDTMPLA.CPP
Normal file
13
mdiwin/STDTMPLA.CPP
Normal file
@@ -0,0 +1,13 @@
|
||||
#define _EXPAND_BLOCK_TEMPLATES_
|
||||
#include <mdiwin/types.hpp>
|
||||
#include <mdiwin/block.hpp>
|
||||
#include <mdiwin/vector.hpp>
|
||||
#include <mdiwin/bit32.hpp>
|
||||
#include <mdiwin/int.hpp>
|
||||
#include <mdiwin/point.hpp>
|
||||
#include <mdiwin/block.tpp>
|
||||
|
||||
typedef Block<BIT32> a;
|
||||
typedef Block<Integer> b;
|
||||
typedef Block<Point> c;
|
||||
|
||||
Reference in New Issue
Block a user