naev 0.12.6
nlua_bkg.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "nlua.h"
7
8/*
9 * Library loading
10 */
11int nlua_loadBackground( nlua_env env );
int nlua_loadBackground(nlua_env env)
Loads the graphics library.
Definition nlua_bkg.c:33