OSDN Git Service

English: use "power" rather than "magic" for elementalist power menu
[hengbandforosx/hengbandosx.git] / src / mind / mind-magic-eater.h
index 74a3fc8..f225504 100644 (file)
@@ -1,4 +1,4 @@
 #pragma once
 
-struct player_type;
-bool import_magic_device(player_type *player_ptr);
+class PlayerType;
+bool import_magic_device(PlayerType *player_ptr);