Revision: 8046
http://playerstage.svn.sourceforge.net/playerstage/?rev=8046&view=rev
Author: robotos
Date: 2009-07-17 02:01:20 +0000 (Fri, 17 Jul 2009)
Log Message:
-----------
new simulation functions I forgot to add to player.h
Modified Paths:
--------------
code/player/trunk/client_libs/libplayerc/playerc.h
Modified: code/player/trunk/client_libs/libplayerc/playerc.h
===================================================================
--- code/player/trunk/client_libs/libplayerc/playerc.h 2009-07-17 00:27:36 UTC
(rev 8045)
+++ code/player/trunk/client_libs/libplayerc/playerc.h 2009-07-17 02:01:20 UTC
(rev 8046)
@@ -3316,6 +3316,17 @@
char* property,
void* value,
size_t value_len);
+
+/** @brief pause / unpause the simulation */
+PLAYERC_EXPORT int playerc_simulation_pause(playerc_simulation_t *device );
+
+/** @brief reset the simulation state */
+PLAYERC_EXPORT int playerc_simulation_reset(playerc_simulation_t *device );
+
+/** @brief make the simulation save the status/world */
+PLAYERC_EXPORT int playerc_simulation_save(playerc_simulation_t *device );
+
+
/** @} */
/***************************************************************************/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit