~aurelien-riv/+junk/livewallpaper

« back to all changes in this revision

Viewing changes to plugins/galaxy/src/particle.h

  • Committer: Aurélien RIVIÈRE
  • Date: 2012-11-06 23:23:17 UTC
  • Revision ID: aurelien.riv@gmail.com-20121106232317-ny5aed57qnl6chl4
Some C types replaced with Glib types

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
gchar *galaxy_particle_system_get_texture_dir(GalaxyParticleSystem *self);
69
69
 
70
70
 
71
 
void galaxy_particle_system_update(GalaxyParticleSystem *self, int ms_since_last_paint);
 
71
void galaxy_particle_system_update(GalaxyParticleSystem *self, gint ms_since_last_paint);
72
72
 
73
73
void galaxy_particle_system_draw(GalaxyParticleSystem *self);
74
74