naev 0.12.5
nlua_gfx.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_loadGFX( nlua_env env );
int nlua_loadGFX(nlua_env env)
Loads the graphics library.
Definition nlua_gfx.c:112