Update of /cvsroot/playerstage/code/player/libplayercore
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv869/libplayercore
Modified Files:
player.h
Log Message:
changed blackboard structure to have a group
Index: player.h
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayercore/player.h,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** player.h 21 Jan 2008 02:58:45 -0000 1.145
--- player.h 30 Jan 2008 02:06:46 -0000 1.146
***************
*** 270,273 ****
--- 270,275 ----
/** Identifier for the entry. */
char* key;
+ /** Second identifier. */
+ uint32_t group_id;
/** Entry data type. */
uint16_t type;
|