lm_message_node.h
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 20 Feb 2009 23:07:43 +0200
changeset 6 90073cbb535d
parent 0 84fdfb0344c9
child 7 5db1448eb857
permissions -rw-r--r--
Logging and chained methods


#ifndef LLM_MESSAGE_NODE_H
#define LLM_MESSAGE_NODE_H

#include <lua.h>

int luaopen_lm_message_node (lua_State *L);

#endif