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


#ifndef LLM_MESSAGE_H
#define LLM_MESSAGE_H

#include <lua.h>

#include "util.h"

extern const string2enum_t llm_message_type[];
extern const string2enum_t llm_message_sub_type[];

int luaopen_lm_message (lua_State *L);

#endif