📄 custom_shape.h
字号:
#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -