repo.or.cz
/
dasher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated German translation
[dasher.git]
/
Src
/
Common
/
mydebug.h
blob
829f86cd41495a991aabce3ced59f0786950b5fa
1
#ifndef __mydebug_h__
2
#define __mydebug_h__
3
4
#define DASHER_DEBUG(x) g_message(x)
5
6
#endif