kiwmi/include/luak.h
2019-10-18 23:32:38 +02:00

19 lines
444 B
C

/* Copyright (c), Niclas Meyer <niclas@countingsort.com>
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at https://mozilla.org/MPL/2.0/.
*/
#ifndef KIWMI_LUAK_H
#define KIWMI_LUAK_H
#include <stdbool.h>
#include <lua.h>
#include "server.h"
bool luaK_init(struct kiwmi_server *server);
#endif /* KIWMI_LUAK_H */