mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-12 00:20:03 -04:00
adding header guard
This commit is contained in:
parent
8db44d1a92
commit
ad4cfe5a44
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef _UI_GLASS
|
||||
#define _UI_GLASS
|
||||
|
||||
#include "ui.hpp"
|
||||
#include "portapack.hpp"
|
||||
#include "baseband_api.hpp"
|
||||
|
@ -184,4 +187,4 @@
|
|||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue