変数を使う時の捜索順を変更
This commit is contained in:
9
SMILEBASIC/petitcomputer.d
Normal file
9
SMILEBASIC/petitcomputer.d
Normal file
@@ -0,0 +1,9 @@
|
||||
module otya.smilebasic.petitcomputer;
|
||||
import derelict.sdl2.sdl;
|
||||
class PetitComputer
|
||||
{
|
||||
this()
|
||||
{
|
||||
DerelictSDL2.load();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user