1
0

変数を使う時の捜索順を変更

This commit is contained in:
otya128
2015-07-06 22:14:55 +09:00
parent c466670b5f
commit 3c14a80890
5 changed files with 51 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
module otya.smilebasic.petitcomputer;
import derelict.sdl2.sdl;
class PetitComputer
{
this()
{
DerelictSDL2.load();
}
}