Fixed headers
This commit is contained in:
parent
9be64a1fea
commit
2f4e1374b5
7 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_CREATE
|
||||
#define H_CREATE
|
||||
#ifndef H_S_CREATE
|
||||
#define H_S_CREATE
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_CRED
|
||||
#define H_CRED
|
||||
#ifndef H_S_CRED
|
||||
#define H_S_CRED
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_MAINMENU
|
||||
#define H_MAINMENU
|
||||
#ifndef H_S_MAINMENU
|
||||
#define H_S_MAINMENU
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_OVERVIEW
|
||||
#define H_OVERVIEW
|
||||
#ifndef H_S_OVERVIEW
|
||||
#define H_S_OVERVIEW
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_SEND
|
||||
#define H_SEND
|
||||
#ifndef H_S_SEND
|
||||
#define H_S_SEND
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_TYPE
|
||||
#define H_TYPE
|
||||
#ifndef H_S_TYPE
|
||||
#define H_S_TYPE
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Define once
|
||||
#ifndef H_VIEW
|
||||
#define H_VIEW
|
||||
#ifndef H_S_VIEW
|
||||
#define H_S_VIEW
|
||||
|
||||
// Libraries
|
||||
#include "../app.h"
|
||||
|
|
Loading…
Reference in a new issue