changeset 339:40e8a01e0478

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 17:54:25 +0300
parents cd57ba1130eb
children 1c5e7d66312d
files dmtimeline.h
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dmtimeline.h	Mon Oct 15 16:19:57 2012 +0300
+++ b/dmtimeline.h	Mon Oct 15 17:54:25 2012 +0300
@@ -166,14 +166,15 @@
 extern int ndmEffects, ndmEffectsAlloc;
 extern void **dmEffectData;
 
-
-int  dmRegisterEffect(const DMEffect *ef);
-int  dmInitializeEffects();
-void dmShutdownEffects();
+// Effect registration
+int       dmRegisterEffect(const DMEffect *ef);
+int       dmInitializeEffects();
+void      dmShutdownEffects();
 DMEffect *dmFindEffect(const char *name, const int nparams);
 DMEffect *dmFindEffectByName(const char *name);
 
 
+// Basic timeline handling
 int  dmLoadTimeline(DMResource *res, DMTimeline **tl);
 void dmFreeTimeline(DMTimeline *tl);