lm_message_node.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 14 Feb 2009 16:40:09 +0200
changeset 4 5770be2d5f3f
parent 0 84fdfb0344c9
child 7 5db1448eb857
permissions -rw-r--r--
Documentation updates


#ifndef LLM_MESSAGE_NODE_H
#define LLM_MESSAGE_NODE_H

#include <lua.h>

int luaopen_lm_message_node (lua_State *L);

#endif