16 lines
275 B
C
16 lines
275 B
C
#ifndef PAPER_H_
|
|
#define PAPER_H_
|
|
|
|
#include <string.h>
|
|
#include <lua.h>
|
|
#include <lauxlib.h>
|
|
|
|
#include <epdiy.h>
|
|
// #include "departure_mono_11.h"
|
|
// #include "departure_mono_22.h"
|
|
|
|
#define WAVEFORM EPD_BUILTIN_WAVEFORM
|
|
|
|
int luaopen_paper (lua_State *L);
|
|
|
|
#endif // PAPER_H_
|