mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 21:22:33 +00:00
Include Common in Window
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
module CyberarmEngine
|
module CyberarmEngine
|
||||||
class Window < Gosu::Window
|
class Window < Gosu::Window
|
||||||
|
include Common
|
||||||
|
|
||||||
IMAGES = {}
|
IMAGES = {}
|
||||||
SAMPLES = {}
|
SAMPLES = {}
|
||||||
SONGS = {}
|
SONGS = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user