export core types outside of octa

master
Daniel Kolesa 2015-04-24 18:51:35 +01:00
parent f106c5ae24
commit 8dd7ae1eda
1 changed files with 9 additions and 0 deletions

View File

@ -29,4 +29,13 @@ namespace octa {
#endif
}
using octa::schar;
using octa::uchar;
using octa::ushort;
using octa::uint;
using octa::ulong;
using octa::ullong;
using octa::llong;
using octa::ldouble;
#endif