[Gcblue-commits] gcb_wx/include/sim tcStores.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-09-06 01:28:23
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14752/include/sim Modified Files: tcStores.h Log Message: Index: tcStores.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcStores.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcStores.h 5 Sep 2006 01:04:24 -0000 1.9 --- tcStores.h 6 Sep 2006 01:28:20 -0000 1.10 *************** *** 121,124 **** --- 121,125 ---- bool AllLaunchersEmpty(tcGameObject* child); bool AllLaunchersReady(tcGameObject* child); + int GetAvailableTargetFlags(tcGameObject* child); bool HasActiveOp(tcGameObject* child) const; |