slidescript/src/functions.h
2021-04-06 17:37:13 -07:00

9 lines
238 B
C

/*
SlideScript - minimalistic top-down scripting language.
(C) Copyright 2014-2021 Chris Dorman - some rights reserved (GPLv2)
View README file supplied with this software for more details
*/
char *process_line(char *line);