/+junk/c_sdl_joypad_ducktape

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad_ducktape

« back to all changes in this revision

Viewing changes to src/GameObject.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-09-07 11:25:54 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140907112554-inl2hw7meep96k74
* Updated Duktape to 0.11.0
* Removed duktape.README and Duktape.LICENSE, as they are now included in
  duktape.h and duktape.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
 *                            collided with an other GameObject.
154
154
 * @param set_visible_func The method used to set the visiblillity of a
155
155
                           GameObject. If NULL it will use a standard method.
156
 
 *@param get_visible_func The method used to check if a GameObject is visible
 
156
 * @param get_visible_func The method used to check if a GameObject is visible
157
157
 *                        or not. If NULL it will use standard method.
158
158
 */
159
159
void game_object_class_initialize (GameObjectClass *    klass,