Some reorganisation of the abf directories.
[fail.git] / lua / interface.h
blob0e54500aabb27e7edc550fba2eeef92735396b4e
1 #ifndef AWFUL_LUA_INTERFACE_H
2 #define AWFUL_LUA_INTERFACE_H
4 namespace awful
6 template< typename ModuleTag > void LuaSetup();
9 #endif