| Load the text of a script so that it may be compiled. |
| Declaration: |
| int ferite_script_load( FeriteScript *script, char *filename ) |
| Parameters: |
| Parameter #1: FeriteScript *script - The script to load the text into |
| Parameter #2: char *filename - The name of the script to load. |
| Returns: |
| Returns 0 on fail and 1 on success |