This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| # include <Siv3D.hpp> | |
| # include <vector> | |
| # include <cfloat> | |
| # include "WaveGenerator.hpp" | |
| /// Player: 波上での接地・ジャンプ・描画を担当する軽量クラス | |
| class Player | |
| { | |
| public: |