16 lines
178 B
C
16 lines
178 B
C
|
//
|
||
|
// Created by jedi on 11/2/18.
|
||
|
//
|
||
|
|
||
|
#ifndef MGL_DMXMENU_BUFFER_8_H
|
||
|
#define MGL_DMXMENU_BUFFER_8_H
|
||
|
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //MGL_DMXMENU_BUFFER_8_H
|