Mercurial > hg > Game > Cerium
view Renderer/Engine/xml.h @ 1318:a788b093ef79 draft
minor changes.
author | Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Dec 2011 18:16:48 +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