Function
love.filesystem.include( filename )
Includes and runs a Lua file every time the function is called. (Does not check if the file is included already).
Synopsis
love.filesystem.include( filename )
Arguments
filename The filename of the file to read.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.