diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-12-08 11:38:04 +0000 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-12-08 11:38:14 +0000 |
commit | 9e91672a4f6ce8f89ce18fd996a055f02df60a22 (patch) | |
tree | 506b161819c2715ac5a5768c3c89d98127ebf425 /src/lib/elua/elua.c | |
parent | 353a533ff5cd27de06064484b55eadef25e12ef3 (diff) |
elua: initial skeleton for the Elua library
Because of Bob and other things, it is required to separate the functionality currently
provided by the elua binary into a library. This library will then be used by the elua
binary as well as any other project.
Diffstat (limited to 'src/lib/elua/elua.c')
-rw-r--r-- | src/lib/elua/elua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elua/elua.c b/src/lib/elua/elua.c new file mode 100644 index 0000000000..fc4b894f9c --- /dev/null +++ b/src/lib/elua/elua.c | |||
@@ -0,0 +1 @@ | |||
#include "Elua.h" | |||