Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MOD_bparticles.h « intern « modifiers « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0d31b85f6bdfb5733407191a35f815045b63734 (plain)
1
2
3
4
5
6
7
8
9
10
#include "BParticles.h"

#ifndef __MOD_BPARTICLES_H__
#  define __MOD_BPARTICLES_H__

struct Object;

BParticlesSimulationState MOD_bparticles_find_simulation_state(struct Object *object);

#endif /* __MOD_BPARTICLES_H__ */