double-hit-balls/proj.ios/BridgeDelegate.h

17 lines
277 B
C
Raw Permalink Normal View History

2018-08-14 11:53:02 +00:00
#ifndef BridgeDelegate_h
#define BridgeDelegate_h
class BridgeDelegate
{
public:
static void playBackgroundSound();
static void stopBackgroundSound();
static void playGunshotSound();
static void stopGunshotSound();
};
#endif /* BridgeDelegate_h */