Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5225 alpine 1
#ifndef RSDEBUG_H_INCLUDED
2
#define RSDEBUG_H_INCLUDED
3
 
4
// KolibriOS Placeholders
5
 
6
#define DEBUG10(a)
7
#define DEBUG10f(...)
8
 
9
#define DEBUG20(a)
10
#define DEBUG20f(...)
11
 
12
#define DEBUG30(a)
13
#define DEBUG30f(...)
14
 
15
 
16
#define DEBUGR(a)
17
#define DEBUGRf(...)
18
 
19
 
20
 
21
 
22
#endif // RSDEBUG_H_INCLUDED