Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a741ad5 authored by Jack Palevich's avatar Jack Palevich
Browse files

Use ANSI style function declaration for RS scripts.

parent cc8bce50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// 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;