diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-01 16:45:38 +0200 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-01 16:45:38 +0200 | 
| commit | 22353b2bbb1b1db6cbfb915183974c259d165a22 (patch) | |
| tree | 6ea0b8a12ef99a20d1d31188d05f98faa943248d /src/include | |
| parent | 8a7a3e0acc603896b9297fd82f99f91923be1b33 (diff) | |
| download | edoors-22353b2bbb1b1db6cbfb915183974c259d165a22.zip edoors-22353b2bbb1b1db6cbfb915183974c259d165a22.tar.gz | |
Particle: add eiotas_particle_split_dst
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/eiotas_particle.h | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/include/eiotas_particle.h b/src/include/eiotas_particle.h index 0f93959..12026d8 100644 --- a/src/include/eiotas_particle.h +++ b/src/include/eiotas_particle.h @@ -119,6 +119,14 @@ EAPI Eina_Bool eiotas_particle_has_dst(Eiotas_Particle *particle);  EAPI Eina_Bool eiotas_particle_next_dst(Eiotas_Particle *particle);  /** + * @brief Split current destination in room ; door ; action Eina_Stringshare + * + * @param particle The @ref Eiotas_Particle to split current destination + * + */ +EAPI void eiotas_particle_split_dst(Eiotas_Particle *particle); + +/**   * @brief Add destinations to the @ref Eiotas_Particle   *   * @param particle The @ref Eiotas_Particle to add destinations to | 
