Page MenuHomePhabricator (Chris)

soundfx.h
No OneTemporary

Authored By
Unknown
Size
467 B
Referenced Files
None
Subscribers
None

soundfx.h

#ifndef SOUNDFX_H
#define SOUNDFX_H
#include <iostream>
#include <SFML/Audio.hpp>
/*!
* \brief The SoundFX various sounds
*/
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, 5:45 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77379
Default Alt Text
soundfx.h (467 B)

Event Timeline