;;-*-Lisp-*- (in-package goal) ;; name: progress-h.gc ;; name in dgo: progress-h ;; dgos: GAME, ENGINE ;; progress-h (deftype count-info (structure) ((money-count int32 :offset-assert 0) (buzzer-count int32 :offset-assert 4) ) :pack-me :method-count-assert 9 :size-assert #x8 :flag-assert #x900000008 ) ;; progress-h (deftype game-count-info (basic) ((length int32 :offset-assert 4) (data count-info :inline :dynamic :offset-assert 8) ) :method-count-assert 9 :size-assert #x8 :flag-assert #x900000008 )