/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/SimpleTypeSystem.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-11-24 13:59:19 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: gustav.hartvigsson@gmail.com-20141124135919-3x0u978u98uzjmet
* Copied over LinkedList and DynamicArray from c_sdl_js

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#include "Interface.h"
52
52
#include "MainLoop.h"
53
53
#include "Map.h"
 
54
#include "utils.h"
54
55
 
55
56
BEGIN_DECLS
56
57
 
74
75
 */
75
76
int s_get_version_patch ();
76
77
 
77
 
char * s_string_new (const char * s);
78
 
char * s_string_new_with_len (const char * s, size_t len);
79
 
 
80
 
void s_print (const char * string);
81
78
 
82
79
END_DECLS
83
80