custom_shape.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:0k
- #ifndef CUSTOM_SHAPE_H
- #define CUSTOM_SHAPE_H
- #define CUSTOM_SHAPE_DEBUG 0
- #include "expr_types.h"
- #include "custom_shape_types.h"
- #include "preset_types.h"
- void free_custom_shape(custom_shape_t * custom_shape);
- custom_shape_t * new_custom_shape(int id);
- custom_shape_t * find_custom_shape(int id, preset_t * preset, int create_flag);
- void load_unspecified_init_conds_shape(custom_shape_t * custom_shape);
- inline void evalCustomShapeInitConditions();
- inline custom_shape_t * nextCustomShape();
- #endif