Fix C/C++ errors generated by CLion IDE
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef GUARD_COINS_H
|
||||
#define GUARD_COINS_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
void PrintCoinsString(u32 coinAmount);
|
||||
void ShowCoinsWindow(u32 coinAmount, u8 x, u8 y);
|
||||
void HideCoinsWindow(void);
|
||||
|
||||
Reference in New Issue
Block a user