summaryrefslogtreecommitdiff
path: root/arm9/source/main_debug.h
blob: 55e60b9f9d83f819c666b4a88184986ee7e9397a (plain) (blame)
1
2
3
4
5
6
7
#ifndef MAIN_DEBUG_H_
    #define MAIN_DEBUG_H_

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

#endif