To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
50
by Gustav Hartvigsson
* Added a bindings friendly way of getting the SType name.
|
1
|
#include "defs.h"
|
2
|
|
3
|
char * s_type_get_name (SType k) {
|
4
|
return STypeName[k];
|
5
|
}
|