レイヤー


ゲームエンジン

Luna

#include "Luna.h"

class CLayer {
	LSHEET p; // inst
	int w,h;
public:
	Load();
	Draw();
};
CLayer Layer;

備考


索引