Some exception cleanup

This commit is contained in:
Bart van Strien
2011-09-11 22:55:34 +02:00
parent 8f9a4ef15d
commit dc873c24f0
4 changed files with 12 additions and 25 deletions
@@ -25,7 +25,7 @@
#define B2_NOT_USED(x) x
//#define b2Assert(A) assert(A)
#define b2Assert(A) {if(!(A)) throw love::Exception(#A);}
#define b2Assert(A) {if(!(A)) throw love::Exception(1, #A);}
// need to include NDS jtypes.h instead of