mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-01 03:40:02 +00:00
auto-fill ctrl+f query from selection; fix single-cell copy/paste in watch views; tweaks/fixes
This commit is contained in:
@@ -384,8 +384,6 @@ struct DF_CoreViewRuleSpec
|
||||
////////////////////////////////
|
||||
//~ rjf: Entity Types
|
||||
|
||||
typedef U32 DF_EntitySubKind;
|
||||
|
||||
typedef U32 DF_EntityFlags;
|
||||
enum
|
||||
{
|
||||
@@ -433,7 +431,6 @@ struct DF_Entity
|
||||
|
||||
// rjf: metadata
|
||||
DF_EntityKind kind;
|
||||
DF_EntitySubKind subkind;
|
||||
DF_EntityFlags flags;
|
||||
DF_EntityID id;
|
||||
U64 generation;
|
||||
|
||||
Reference in New Issue
Block a user