/+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/DynamicArray.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-08-31 18:43:53 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140831184353-20wfpher7cqzx3at
* Started working on the an object baseclass to make things
   easyer when working with the EcmaScript stuffs.
* Added BEGIN_DEGLS and END_DECELS.
* Fixed up the docs a bit...

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 */
39
39
typedef struct DynamicArray DynamicArray;
40
40
 
 
41
#if 0
41
42
#ifndef __H_DEFS__
42
43
/**
43
44
 * Represents a for each function.
57
58
typedef void * (* FreeFunc)(void * obj);
58
59
 
59
60
#endif /* __H_DEFS__ */
 
61
#endif /* #if 0*/
60
62
 
61
63
/**
62
64
 * Create a new dynamic array.