dolphin/Source
Lioncash 1801180a30 IOS STM: Get rid of forward declarations in the cpp file
Forward declaring functions from a completely different header inside a cpp
file can lead to linker errors. Forward declaring also doesn't really
provide any benefit within cpp files unless it's to bring an internally
linked function within the same file into scope.
2017-01-29 19:30:56 -05:00
..
Android cmake: Remove PCH support 2017-01-24 03:22:03 +01:00
Core IOS STM: Get rid of forward declarations in the cpp file 2017-01-29 19:30:56 -05:00
DSPSpy
DSPTool
PCH
UnitTests gtest: Update to latest version from git 2017-01-26 03:14:08 +01:00
VSProps vs: Move defines out of Common.h to the build system 2017-01-24 03:55:46 +01:00
.clang-format clang-format: Sort windows.h before other headers 2017-01-23 00:35:09 -08:00
CMakeLists.txt CMake: Move Windows defines to Source/CMakeLists.txt 2017-01-27 02:50:49 -08:00
dolphin-emu.sln