libpsys

view src/pattr_parser.c @ 13:1b0db53d5b5b

started writting config file for the particle system attributes
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 06 Sep 2012 02:32:58 +0300
parents
children
line source
1 #include "pattr_parser.h"
3 struct cfg_node *psys_parse(const char *buf)
4 {
6 }