open_toontown_panda3d/dtool/src/parser-inc/assert.h

7 lines
76 B
C

#ifndef ASSERT_H
#define ASSERT_H
#define assert(ignore)((void) 0)
#endif