GLBasic User Manual

Main sections

EXPORT

EXPORT function_name



If you create a DLL, this command exposes the function to the public interface. The wrapper-gbas file will yield it, too.

FUNCTION foo: bar

ENDFUNCTION

EXPORT foo

See also...