Changeset 171 for trunk/nv/common.hh


Ignore:
Timestamp:
07/18/13 00:50:12 (12 years ago)
Author:
epyon
Message:
  • sdl - full 2.0 version implemented in the same header
  • sdl - nova fully runs on SDL 2.0 *also*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/common.hh

    r123 r171  
    122122#endif
    123123
     124#define NV_UNUSED(x) (void)(x)
    124125#define NV_ASSERT(cond, msg) assert( (cond) && msg )
    125126#define NV_THROW(eobj, ...) { \
Note: See TracChangeset for help on using the changeset viewer.