forked from KolibriOS/kolibrios
23 lines
303 B
C
23 lines
303 B
C
|
#ifndef RSDEBUG_H_INCLUDED
|
||
|
#define RSDEBUG_H_INCLUDED
|
||
|
|
||
|
// KolibriOS Placeholders
|
||
|
|
||
|
#define DEBUG10(a)
|
||
|
#define DEBUG10f(...)
|
||
|
|
||
|
#define DEBUG20(a)
|
||
|
#define DEBUG20f(...)
|
||
|
|
||
|
#define DEBUG30(a)
|
||
|
#define DEBUG30f(...)
|
||
|
|
||
|
|
||
|
#define DEBUGR(a)
|
||
|
#define DEBUGRf(...)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // RSDEBUG_H_INCLUDED
|