summaryrefslogtreecommitdiff
path: root/arm9/source/debug.h
blob: 36bfca3c77aa65cd010640ab6a928c3e3a067d98 (plain) (blame)
1
2
3
4
5
6
7
#ifndef DEBUG_H_
    #define DEBUG_H_

    void debug_stacks(Bedrock *br);
    void debug_assert(Bedrock *br);

#endif