Sha256: 9a17c858f05c0e9678e169e7470269c378c43e85b46b1216c2eef7ea28a7c368

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

//  Created by ProbablyInteractive.
//  Copyright 2009 Probably Interactive. All rights reserved.

#import <Foundation/Foundation.h>
#import "lua.h"

#define WAX_VERSION 0.93

void wax_setup();
void wax_start(char *initScript, lua_CFunction extensionFunctions, ...);
void wax_startWithServer();
void wax_end();

lua_State *wax_currentLuaState();

void luaopen_wax(lua_State *L);

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
candle-0.0.7 lib/candle/generators/lua/wax/lib/wax.h
candle-0.0.6 lib/candle/generators/lua/wax/lib/wax.h
candle-0.0.4 lib/candle/generators/lua/wax/lib/wax.h
candle-0.0.3 lib/candle/generators/lua/wax/lib/wax.h
candle-0.0.2 lib/candle/generators/lua/wax/lib/wax.h
candle-0.0.1 lib/candle/generators/lua/wax/lib/wax.h