Skip to content

Commit

Permalink
We do a little reorganizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Speak2Erase committed May 2, 2022
1 parent cf5b58c commit ed12ab7
Show file tree
Hide file tree
Showing 47 changed files with 25 additions and 508 deletions.
425 changes: 0 additions & 425 deletions CMakeLists.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions src/mac-desktop.h

This file was deleted.

48 changes: 0 additions & 48 deletions src/mac-desktop.mm

This file was deleted.

45 changes: 25 additions & 20 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ global_include_dirs += include_directories('.',
'filesystem/headers',
'graphics/headers',
'input/headers',
'opengl/headers'
'modshot/headers',
'oneshot/headers',
'opengl/headers',
'rgss/headers',
'thread/headers',
'util/headers'
)


Expand All @@ -72,6 +77,8 @@ main_source = files(
'audio/source/soundemitter.cpp',
'audio/source/sdlsoundsource.cpp',
'audio/source/vorbissource.cpp',
'filesystem/source/filesystem.cpp',
'filesystem/source/rgssad.cpp',
'graphics/source/autotiles.cpp',
'graphics/source/bitmap.cpp',
'graphics/source/graphics.cpp',
Expand All @@ -80,33 +87,31 @@ main_source = files(
'graphics/source/scene.cpp',
'graphics/source/tilemap.cpp',
'graphics/source/tileatlas.cpp',
'graphics/source/window.cpp',
'graphics/source/viewport.cpp',
'graphics/source/plane.cpp',
'input/source/input.cpp',
'input/source/keybindings.cpp',
'input/source/settingsmenu.cpp',
'opengl/source/glstate.cpp',
'opengl/source/gl-debug.cpp',
'opengl/source/gl-fun.cpp',
'opengl/source/gl-meta.cpp',
'opengl/source/plane.cpp',
'opengl/source/shader.cpp',
'opengl/source/texpool.cpp',
'opengl/source/vertex.cpp',
'opengl/source/tilequad.cpp',
'opengl/source/window.cpp',
'opengl/source/screen.cpp',
'opengl/source/viewport.cpp',
'opengl/source/table.cpp',
'input/source/input.cpp',
'input/source/keybindings.cpp',
'filesystem/source/filesystem.cpp',
'filesystem/source/rgssad.cpp',
'main.cpp',
'eventthread.cpp',
'etc.cpp',
'config.cpp',
'settingsmenu.cpp',
'sharedstate.cpp',
'oneshot.cpp',
'i18n.cpp',
'otherview-message.cpp',
'crash-handler.cpp'
'modshot/source/otherview-message.cpp',
'modshot/source/display.cpp',
'oneshot/source/screen.cpp',
'oneshot/source/oneshot.cpp',
'oneshot/source/i18n.cpp',
'rgss/source/table.cpp',
'rgss/source/etc.cpp',
'thread/source/eventthread.cpp',
'thread/source/sharedstate.cpp',
'util/source/config.cpp',
'main.cpp'
)

global_sources += main_source
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ed12ab7

Please sign in to comment.