gba/inc/GBALogger.h
branchRCL_3
changeset 7 6e226572c5f0
parent 5 3b17fc5c9564
child 8 ece4bbb094df
equal deleted inserted replaced
5:3b17fc5c9564 7:6e226572c5f0
    28 #ifdef _DEBUG
    28 #ifdef _DEBUG
    29 
    29 
    30     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC &arg4);
    30     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC &arg4);
    31     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC8 &arg4);
    31     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC8 &arg4);
    32     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const char *arg4, const TInt &aNum);
    32     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const char *arg4, const TInt &aNum);
    33     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC8 &arg4, const TInt &aNum);
    33     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const TDesC &arg4, const TInt &aNum);
    34     void DebugBinary(const TDesC8 &buf);
    34     void DebugBinary(const TDesC8 &buf);
    35     void debugTTime( TTime& aTime );
    35     void debugTTime( TTime& aTime );
    36     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const char *arg4);
    36     void debugline(const char *a, void *arg1, void* f, void *arg2, void *arg3, const char *arg4);
    37 
    37 
    38     #define GBA_DEBUG
    38     #define GBA_DEBUG