mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 06:04:21 +00:00
This enum is usable across multiple parts of hwr2 so it would be easier to just keep it separate.
27 lines
511 B
CMake
27 lines
511 B
CMake
target_sources(SRB2SDL2 PRIVATE
|
|
blendmode.hpp
|
|
pass_blit_postimg_screens.cpp
|
|
pass_blit_postimg_screens.hpp
|
|
pass_blit_rect.cpp
|
|
pass_blit_rect.hpp
|
|
pass_imgui.cpp
|
|
pass_imgui.hpp
|
|
pass_manager.cpp
|
|
pass_manager.hpp
|
|
pass_postprocess.cpp
|
|
pass_postprocess.hpp
|
|
pass_resource_managers.cpp
|
|
pass_resource_managers.hpp
|
|
pass_screenshot.cpp
|
|
pass_screenshot.hpp
|
|
pass_software.cpp
|
|
pass_software.hpp
|
|
pass_twodee.cpp
|
|
pass_twodee.hpp
|
|
pass.cpp
|
|
pass.hpp
|
|
patch_atlas.cpp
|
|
patch_atlas.hpp
|
|
twodee.cpp
|
|
twodee.hpp
|
|
)
|