Rev 1 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1 | Rev 14 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | #include "brender/br_types.h" |
4 | #include "brender/br_types.h" |
5 | #include <stdlib.h> |
5 | #include <stdlib.h> |
6 | 6 | ||
7 | extern int harness_debug_level; |
7 | extern int harness_debug_level; |
8 | extern int OS_IsDebuggerPresent(void); |
- | |
9 | 8 | ||
10 | void debug_printf(const char* fmt, const char* fn, const char* fmt2, ...); |
9 | void debug_printf(const char* fmt, const char* fn, const char* fmt2, ...); |
11 | void debug_print_vector3(const char* fmt, const char* fn, char* msg, br_vector3* v); |
10 | void debug_print_vector3(const char* fmt, const char* fn, char* msg, br_vector3* v); |
12 | void debug_print_matrix34(const char* fmt, const char* fn, char* name, br_matrix34* m); |
11 | void debug_print_matrix34(const char* fmt, const char* fn, char* name, br_matrix34* m); |
13 | void debug_print_matrix4(const char* fmt, const char* fn, char* name, br_matrix4* m); |
12 | void debug_print_matrix4(const char* fmt, const char* fn, char* name, br_matrix4* m); |