lm_message_node.h
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 09 Feb 2009 13:00:42 +0200
changeset 2 34b6fedde9eb
parent 0 84fdfb0344c9
child 7 5db1448eb857
permissions -rw-r--r--
Switch to cmake


#ifndef LLM_MESSAGE_NODE_H
#define LLM_MESSAGE_NODE_H

#include <lua.h>

int luaopen_lm_message_node (lua_State *L);

#endif