mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 15:24:30 -04:00
12 lines
224 B
C++
12 lines
224 B
C++
#ifndef JAHSOUNDPLAYERNODE_H
|
|
#define JAHSOUNDPLAYERNODE_H
|
|
|
|
#include "JSystem/JAHostIO/JAHFrameNode.h"
|
|
|
|
class JAHSoundPlayerNode : public JAHFrameNode {
|
|
public:
|
|
JAHSoundPlayerNode();
|
|
};
|
|
|
|
#endif /* JAHSOUNDPLAYERNODE_H */
|