# Stage 2.1
- Split palladium into diffrent libraries - Fix a Logical bug in App class - Add New Flag to Init App Data Directory - Add Cmake Option for build tests - Bump Version in cmake file - Make Hid a Driver - Start moving 3ds specific stuff into pd-lib3ds - Split Lithium into more files
This commit is contained in:
@ -24,7 +24,7 @@ SOFTWARE.
|
||||
#include <pd/external/json.hpp>
|
||||
#include <pd/maths/color.hpp>
|
||||
#include <pd/overlays/keyboard.hpp>
|
||||
#include <pd/tools/gamepad_icons.hpp>
|
||||
#include <pd/lib3ds/gamepad_icons.hpp>
|
||||
|
||||
namespace PD {
|
||||
struct Key {
|
||||
|
@ -21,8 +21,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <pd/common/strings.hpp>
|
||||
#include <pd/common/sys.hpp>
|
||||
#include <pd/core/strings.hpp>
|
||||
#include <pd/core/sys.hpp>
|
||||
#include <pd/overlays/performance.hpp>
|
||||
|
||||
namespace PD {
|
||||
|
Reference in New Issue
Block a user