Nuke error.hpp
Some checks failed
Build Dusk / build-linux (push) Failing after 2m7s
Build Dusk / build-psp (push) Failing after 2m19s

This commit is contained in:
2025-12-22 14:19:07 +10:00
parent 76b5c51ab6
commit 2e0f5f302b
49 changed files with 418 additions and 708 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include "rpg/world/worldpos.hpp"
#include "error/error.hpp"
typedef enum {
RPG_CAMERA_MODE_FREE,
@@ -35,6 +34,6 @@ void rpgCameraInit(void);
/**
* Updates the RPG camera.
*
* @return An error code.
* @throws std::runtime_error if map position setting fails.
*/
errorret_t rpgCameraUpdate(void);
void rpgCameraUpdate(void);