mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-15 04:24:48 +01:00
23 lines
301 B
C++
23 lines
301 B
C++
// DecBlupi.cpp
|
|
//
|
|
|
|
#include "DEF.H"
|
|
#include "DECOR.H"
|
|
#include "ACTION.H"
|
|
#include "MISC.H"
|
|
#include "RESOURCE.H"
|
|
|
|
void CDecor::BlupiCheat(int cheat)
|
|
{
|
|
|
|
}
|
|
|
|
void CDecor::GetBlupiHitbox(RECT *out, POINT pos)
|
|
{
|
|
int rect.top;
|
|
int rect.bottom;
|
|
int rect.left;
|
|
int rect.right;
|
|
|
|
if
|
|
} |