mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
13 lines
200 B
C
13 lines
200 B
C
|
|
#ifndef __bubbles_h__
|
|
#define __bubbles_h__
|
|
|
|
void InitBubbles();
|
|
|
|
void BuildBubbleMachine(int nSprite);
|
|
void DoBubbleMachines();
|
|
|
|
void DoBubbles(int nPlayer);
|
|
void FuncBubble(int, int, int);
|
|
|
|
#endif
|