Page MenuHomePhabricator (Chris)

soundfx.h
No OneTemporary

Authored By
Unknown
Size
422 B
Referenced Files
None
Subscribers
None

soundfx.h

#ifndef SOUNDFX_H
#define SOUNDFX_H
#include <iostream>
#include <SFML/Audio.hpp>
class SoundFX
{
public:
SoundFX();
sf::SoundBuffer soundCollectBuffer;
sf::SoundBuffer soundCardBuffer;
sf::Sound soundCollect;
sf::Sound soundCard;
void playCollect();
sf::SoundBuffer soundLetsBeginBuffer;
sf::Sound soundLetsBegin;
void playLetsBegin();
void playCard();
};
#endif // SOUNDFX_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Aug 16, 2:13 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77357
Default Alt Text
soundfx.h (422 B)

Event Timeline