https://github.com/reputeless/sample_siv3d_project_1
https://github.com/reputeless/sample_siv3d_project_1
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reputeless/sample_siv3d_project_1
- Owner: Reputeless
- License: cc0-1.0
- Created: 2023-10-21T09:04:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T09:25:06.000Z (over 1 year ago)
- Last Synced: 2025-01-01T10:44:45.701Z (6 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# サンプルプロジェクト 1
## ディレクトリ構成
```
ProjectDirectory/
│
├── Main.cpp
├── Common.hpp
│
├── Title/
│ ├── Title.hpp
│ └── Title.cpp
│
└── Game/
├── Game.hpp
└── Game.cpp
```