Use ANSI style function declaration for RS scripts.

This commit is contained in:
Jack Palevich
2009-06-04 20:16:39 -07:00
parent cc8bce50db
commit 2a741ad51f

View File

@@ -1,6 +1,6 @@
// Fountain test script
main(con, ft, launchID) {
int main(void* con, int ft, int launchID) {
int count, touch, x, y, rate, maxLife, lifeShift;
int life;
int ct, ct2;