Mercurial > otakunoraifu
diff window/button.cc @ 18:4d7486cb20a9
Sync with upstream
author | thib |
---|---|
date | Tue, 16 Sep 2008 15:30:03 +0000 |
parents | b753afeb3f34 |
children | 15a18fbe6f21 |
line wrap: on
line diff
--- a/window/button.cc +++ b/window/button.cc @@ -28,6 +28,7 @@ /* r,g,b の基本色で number (0:left 1:right 2:up 3:down)の矢印のビットマップを作成する ** width/heightのどちらかを-1にすると、それにあわせてスケール */ +#include <stdlib.h> extern char* create_button(int number, int& width, int& height, int r, int g, int b); extern char* create_box(int& width, int& height, int r, int g, int b);