Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
configuration.h File Reference
#include <lua/lua.h>
+ Include dependency graph for configuration.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LUA_API_VERSION_MAJOR   8
 
#define LUA_API_VERSION_MINOR   0
 
#define LUA_API_VERSION_PATCH   0
 
#define LUA_API_VERSION_SUFFIX   ""
 

Functions

int dt_lua_init_configuration (lua_State *L)
 

Macro Definition Documentation

◆ LUA_API_VERSION_MAJOR

#define LUA_API_VERSION_MAJOR   8

◆ LUA_API_VERSION_MINOR

#define LUA_API_VERSION_MINOR   0

◆ LUA_API_VERSION_PATCH

#define LUA_API_VERSION_PATCH   0

◆ LUA_API_VERSION_SUFFIX

#define LUA_API_VERSION_SUFFIX   ""

Function Documentation

◆ dt_lua_init_configuration()