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