dingusppc/core
Mihai Parparita 35c86ad6bf Clean up #includes
Result of running IWYU (https://include-what-you-use.org/) and
applying most of the suggestions about unncessary includes and
forward declarations.

Was motivated by observing that <thread> was being included in
ppcopcodes.cpp even though it was unused (found while researching
the use of threads), but seems generally good to help with build
times and correctness.
2023-11-03 00:33:47 -07:00
..
bitops.h Fix for building on with GCC on ARM 2023-10-18 23:13:05 -07:00
CMakeLists.txt Make Emscripten build not depend on SDL2 or cubeb 2023-10-25 22:25:53 -07:00
coresignal.h Add new CoreSignal class. 2023-07-27 02:38:21 +02:00
hostevents_sdl.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
hostevents.h Started work on keyboard input 2023-08-01 22:43:11 -07:00
mathutils.h Fix compiler warnings: cast loses precision. 2023-01-11 01:17:12 -08:00
timermanager.cpp Clean up #includes 2023-11-03 00:33:47 -07:00
timermanager.h Extend TimerManager API a bit. 2023-08-01 17:36:29 +02:00