From 163a66302667158daef63e4a88a32002a5c1831a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Vehvil=C3=A4inen?= Date: Sun, 22 Sep 2002 20:53:10 +0000 Subject: cleaned up compiler files (*.exp *.lib *.obj) from project / lightspeed-plugin svn path=/trunk/Framestein/; revision=136 --- Plugins/argument-passing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugins/argument-passing.cpp') diff --git a/Plugins/argument-passing.cpp b/Plugins/argument-passing.cpp index 71ec33c..d89e8c1 100644 --- a/Plugins/argument-passing.cpp +++ b/Plugins/argument-passing.cpp @@ -1,5 +1,5 @@ // -// example of passing arguments to plugin using the arguments-class (defined in pixels.h) +// example of parsing arguments in a plugin using the arguments-class (defined in pixels.h) // #include "pixels.h" @@ -10,7 +10,7 @@ void perform_effect(_frame f, _args a) // // ar.count() return the number of arguments - // ar[i] return i'th argument + // ar[i] return i'th argument, starting from zero // for(int i=0; i