forked from KolibriOS/kolibrios
3fdf00fdeb
Techdemo of Heliothryx game by Roman Shuvalov git-svn-id: svn://kolibrios.org@5225 a494cfbc-eb01-0410-851d-a64ba20cac60
23 lines
303 B
C
Executable File
23 lines
303 B
C
Executable File
#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
|