naev 0.12.5
nlua_news.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "nlua.h"
7
8#define NEWS_METATABLE "news"
9
13typedef int LuaNews_t;
14
15/*
16 * Load the system library.
17 */
18int nlua_loadNews( nlua_env env );
int nlua_loadNews(nlua_env env)
Loads the news library.
Definition nlua_news.c:52