clion pls

This commit is contained in:
PikalaxALT
2017-09-22 21:26:37 -04:00
parent fcb7e50e44
commit 4cf1150002
2 changed files with 18 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
#include "global.h"
#include "text.h"
#include "main.h"
#include "palette.h"
#include "string_util.h"
#include "window.h"
#include "text.h"
extern void FillBitmapRect4Bit(struct Bitmap *surface, u16 x, u16 y, u16 width, u16 height, u8 fillValue);
extern void FillWindowPixelRect(u8 windowId, u8 fillValue, u16 x, u16 y, u16 width, u16 height);