1
0
mirror of https://github.com/jummy0/sb2-decomp synced 2025-03-15 04:24:48 +01:00
sb2-decomp/decblupi.cpp
HMVocaloid 7579449f98 Progress on CDecor
Added some network code, among other changes.
2024-05-30 21:58:09 -04:00

24 lines
322 B
C++

// DecBlupi.cpp
//
#include "DEF.H"
#include "DECOR.H"
#include "ACTION.H"
#include "MISC.H"
#include "RESOURCE.H"
#include "decgoal.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
}