BuGS/BuGS/main.h

31 lines
509 B
C

/*
* main.h
* BuGS
*
* Created by Jeremy Rand on 2020-06-10.
* Copyright (c) 2020 Jeremy Rand. All rights reserved.
*
*/
#ifndef _GUARD_PROJECTBuGS_FILEmain_
#define _GUARD_PROJECTBuGS_FILEmain_
/* Tools */
#define TOOL_STARTUP 1
/* Sounds */
#define rRawSound 1
#define BONUS1_SOUND 1
#define BONUS2_SOUND 2
#define BONUS3_SOUND 3
#define DEATH_SOUND 4
#define FIRE_SOUND 5
#define KILL_SOUND 6
#define SEGMENTS_SOUND 7
#define SPIDER_SOUND 8
#endif /* defined(_GUARD_PROJECTBuGS_FILEmain_) */