Implement RGSS2 Window class (WindowVX)

This commit is contained in:
Jonas Kulla 2014-08-12 21:50:59 +02:00
parent d654fb7dd6
commit 91d19d0a73
6 changed files with 1292 additions and 2 deletions

View file

@ -196,8 +196,12 @@ EMBED = \
assets/liberation.ttf
RGSS2 {
HEADERS += \
src/windowvx.h
SOURCES += \
src/vorbissource.cpp
src/vorbissource.cpp \
src/windowvx.cpp
EMBED += \
shader/blur.frag \
@ -311,6 +315,11 @@ BINDING_MRI {
binding-mri/audio-binding.cpp \
binding-mri/module_rpg.cpp \
binding-mri/filesystem-binding.cpp
RGSS2 {
SOURCES += \
binding-mri/windowvx-binding.cpp
}
}
OTHER_FILES += $$EMBED