source: molecuilder/src/Parser/TremoloParser.hpp@ 5aefaa

Last change on this file since 5aefaa was 5aefaa, checked in by Saskia Metzler <metzler@…>, 15 years ago

WIP

  • Property mode set to 100644
File size: 377 bytes
Line 
1/*
2 * TremoloParser.hpp
3 *
4 * Created on: Mar 2, 2010
5 * Author: metzler
6 */
7
8#ifndef TREMOLOPARSER_HPP_
9#define TREMOLOPARSER_HPP_
10
11#include "FormatParser.hpp"
12#include "World.hpp"
13
14class TremoloParser : public FormatParser {
15public:
16 void load(char* fileName);
17 void save(char* fileName);
18
19private:
20 map<string, string> moreData;
21};
22
23#endif /* TREMOLOPARSER_HPP_ */
Note: See TracBrowser for help on using the repository browser.