doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
undo_s Struct Reference

Public Attributes

double time
 
int id
 
int done
 
char * operation
 
brush_t brushlist
 
entity_t entitylist
 
struct undo_sprev
 
struct undo_snext
 

Detailed Description

Definition at line 52 of file Undo.cpp.

Member Data Documentation

brush_t undo_s::brushlist

Definition at line 58 of file Undo.cpp.

int undo_s::done

Definition at line 56 of file Undo.cpp.

entity_t undo_s::entitylist

Definition at line 59 of file Undo.cpp.

int undo_s::id

Definition at line 55 of file Undo.cpp.

struct undo_s * undo_s::next

Definition at line 60 of file Undo.cpp.

char* undo_s::operation

Definition at line 57 of file Undo.cpp.

struct undo_s* undo_s::prev

Definition at line 60 of file Undo.cpp.

double undo_s::time

Definition at line 54 of file Undo.cpp.


The documentation for this struct was generated from the following file: