ff7tk  1.1.0.0
Work with Final Fantasy 7 game data
Akao.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2009 - 2022 Arzel Jérôme <myst6re@gmail.com>
2 // SPDX-License-Identifier: LGPL-3.0-or-later
3 
4 #pragma once
5 
6 #include <QtCore>
7 #include <ff7tkformats_export.h>
8 
9 class FF7TKFORMATS_EXPORT Akao
10 {
11 public:
12  Akao();
13 private:
14  quint16 _musicID, _length, _reverbMode;
15  QMap<quint8, QByteArray> _data;
16 };
Akao
Definition: Akao.h:9