Premake Internals
premake.h File Reference

Program-wide constants and definitions. More...

#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include <windows.h>

Functions

int premake_init (lua_State *L)
int premake_locate (lua_State *L, const char *argv0)

Detailed Description

Program-wide constants and definitions.

Author
Copyright (c) 2002-2011 Jason Perkins and the Premake project

Function Documentation

◆ premake_init()

int premake_init ( lua_State * L)

Initialize the Premake Lua environment.

◆ premake_locate()