From ae94b4b9fc5b4443f6d9eb6bb450de1def108cdb Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 24 Aug 2022 20:40:39 -0400 Subject: fixes for gl core; create/delete developing --- functions.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 9b63832..044d877 100644 --- a/functions.h +++ b/functions.h @@ -44,8 +44,12 @@ static void History_Entry_SetPointer(memory *Memory, void *Data); static void History_Action_Change(memory *Memory, void *DataLocation, void *OriginalData, void *NewData, action_type ActionChange); static void History_Action_Change_SwapBool(memory *Memory, bool32 *Bool); +static void History_Action_Change_V2(memory *Memory, v2 *DataAddress, v2 *OriginalData, v2 *NewData); static void History_Action_Change_Increment(memory *Memory, void *Data, action_type); +static void History_Action_Change_Decrement(memory *Memory, void *Data, action_type); static void History_Action_Shift(memory *Memory, action_type ActionChange, void *DataAddress, int16 Direction, int16 Index); +static void History_Action_Shift_2(memory *Memory, void *StartingAddress, uint32 Size, uint16 NumberOf, int16 Direction, int16 Index); +static void History_Action_StoreData(memory *Memory, void *DataAddress, uint64 ByteSize); static void History_Action_Undo(memory *Memory); static void History_Action_Redo(memory *Memory); -- cgit v1.2.3