/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 libssts/Matrix.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * A SMatrix is a 2d, rectangular array.
19
19
 */
20
20
 
 
21
S_BEGIN_DECLS
21
22
 
22
23
/**
23
24
 * An SMatrix is an opaque data structure representing a simple rectangular
263
264
 
264
265
/** @} */
265
266
 
 
267
S_END_DECLS
 
268
 
266
269
#endif /*__GAME_MATRIX__ */