Update RRE_PreRelease.h

This commit is contained in:
2026-05-07 12:44:46 -04:00
parent 15fc183124
commit 0b1c1c2e67

View File

@@ -145,13 +145,11 @@ typedef bool IsMoving; //is object moving
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
//Npc interactions //Npc interactions
//--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------
typedef struct Shop {
bool IsShop; //is it a shop? //add shop here, old shop lowkey ass
bool IsShopOpen; //is the shop open?
//set your own items idk anymore
} Shop;
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
//object interactions //object interactions (put in a struct)
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
typedef bool IsObjectHit; //is object hit typedef bool IsObjectHit; //is object hit
typedef bool IsObjectDestroyed; //is object destroyed typedef bool IsObjectDestroyed; //is object destroyed