mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-23 07:57:50 +00:00
define ctrl entity eval spaces once, in ctrl layer - nest in rd layer
This commit is contained in:
@@ -745,8 +745,8 @@ struct E_AutoHookParams
|
||||
////////////////////////////////
|
||||
//~ rjf: Evaluation Context
|
||||
|
||||
typedef U64 E_SpaceGenFunction(void *user_data, E_Space space);
|
||||
typedef B32 E_SpaceRWFunction(void *user_data, E_Space space, void *out, Rng1U64 offset_range);
|
||||
typedef U64 E_SpaceGenFunction(E_Space space);
|
||||
typedef B32 E_SpaceRWFunction(E_Space space, void *out, Rng1U64 offset_range);
|
||||
|
||||
//- rjf: base context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user