Home
last modified time | relevance | path

Searched defs:DemoEntry (Results 1 – 1 of 1) sorted by relevance

/dports/games/numptyphysics/numptyphysics/
H A DGame.cpp822 struct DemoEntry { struct
823 DemoEntry( int _t, int _o, SDL_Event& _e ) : t(_t), o(_o), e(_e) {} in DemoEntry() argument
828 class DemoLog : public Array<DemoEntry> argument