mirror of https://github.com/axmolengine/axmol.git
fix compiling error
This commit is contained in:
parent
84a102edf8
commit
4dd1af5485
|
@ -238,19 +238,4 @@ private:
|
|||
std::vector<std::string> _oldSearchPaths;
|
||||
};
|
||||
|
||||
class AudioPlayFileInWritablePath : public AudioEngineTestDemo
|
||||
{
|
||||
public:
|
||||
CREATE_FUNC(AudioPlayFileInWritablePath);
|
||||
|
||||
virtual void onEnter() override;
|
||||
virtual void onExit() override;
|
||||
|
||||
virtual std::string title() const override;
|
||||
virtual std::string subtitle() const override;
|
||||
|
||||
private:
|
||||
std::vector<std::string> _oldSearchPaths;
|
||||
};
|
||||
|
||||
#endif /* defined(__NEWAUDIOENGINE_TEST_H_) */
|
||||
|
|
Loading…
Reference in New Issue