Nuke error.hpp
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user