1
0

GRPを部分的に実�

This commit is contained in:
otya128
2015-08-19 22:46:12 +09:00
parent 4c7487bb31
commit c9d6043fe4
2 changed files with 121 additions and 8 deletions

View File

@@ -118,6 +118,10 @@ class BuiltinFunction
static void GCLS(PetitComputer p, DefaultValue!(int, false) display)
{
}
static void GPSET(PetitComputer p, int x, int y, DefaultValue!(int, false) color)
{
//p.gpset(p.useGRP, x, y, );
}
static void BEEP(PetitComputer p, DefaultValue!(int, false) display)
{
}