6 lines
71 B
C
6 lines
71 B
C
|
#pragma once
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
void dbg_update();
|
||
|
void dbg_print();
|