Mercurial > hg > Game > Cerium
view Renderer/Engine/xml.h @ 1813:d7973604e81f draft
fix memin size
author | kkb |
---|---|
date | Thu, 12 Dec 2013 18:34:16 +0900 |
parents | 3bc98f6d31ff |
children |
line wrap: on
line source
#ifndef CR_XML_H #define CR_XML_H char *skip_to_number(char *cont); char *pickup_float(char *cont, float *index); #endif