Files
orx/settings.gradle
Edwin Jakobs 9aa9049d33 Add orx-midi
2019-04-26 14:36:42 +02:00

15 lines
353 B
Groovy

rootProject.name = 'orx'
include 'orx-camera',
'orx-compositor',
'orx-easing',
'orx-file-watcher',
'orx-filter-extension',
'orx-integral-image',
'orx-jumpflood',
'orx-kdtree',
'orx-mesh-generators',
'orx-midi',
'orx-no-clear',
'orx-noise',
'orx-obj-loader'