comparison Renderer/Engine/xml.h @ 507:735f76483bb2

Reorganization..
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 12 Oct 2009 09:39:35 +0900
parents Renderer/test_render/xml.h@55ea4465b1a2
children
comparison
equal deleted inserted replaced
506:1d4a8a86f26b 507:735f76483bb2
1 #ifndef CR_XML_H
2 #define CR_XML_H
3
4 char *skip_to_number(char *cont);
5 char *pickup_float(char *cont, float *index);
6
7 #endif