mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
default project: use the short color names (#2)
This commit is contained in:
parent
14bef439ab
commit
67e80fc081
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
int main(void)
|
||||
{
|
||||
dclear(color_white);
|
||||
dtext(4, 4, "Sample fxSDK add-in.", color_black, color_none);
|
||||
dtext(1, 1, "Sample fxSDK add-in.", C_BLACK, C_NONE);
|
||||
dupdate();
|
||||
|
||||
getkey();
|
||||
|
|
Loading…
Reference in a new issue