|
Last change
on this file since f2efcf was f2efcf, checked in by Saskia Metzler <metzler@…>, 16 years ago |
|
the XYZ parser
|
-
Property mode
set to
100644
|
|
File size:
363 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 |
|
|---|
| 14 | class TremoloParser : public FormatParser {
|
|---|
| 15 | public:
|
|---|
| 16 | void load(char* fileName);
|
|---|
| 17 | void save(char* fileName);
|
|---|
| 18 |
|
|---|
| 19 | private:
|
|---|
| 20 | void* moreData;
|
|---|
| 21 | };
|
|---|
| 22 |
|
|---|
| 23 | #endif /* TREMOLOPARSER_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.