Single Photo displayed on LPC4088

Dependencies:   DMBasicGUI DMSupport

easyGUIUpdated/GuiVar.h

Committer:
jmitc91516
Date:
2017-07-28
Revision:
0:9140ec6aa604

File content as of revision 0:9140ec6aa604:

// My own header is inserted here - edit it in the C code generation window

// -----------------------------------------------------------------------
//
//                            *** ATTENTION ***
//
//   This file is maintained by the easyGUI Graphical User Interface
//   program. Modifications should therefore not be made directly in
//   this file, as the changes will be lost next time easyGUI creates
//   the file.
//
//                            *** ATTENTION ***
//
// -----------------------------------------------------------------------

//
// Generated by easyGUI version 6.0.9.005
// Generated for project SinglePhoto
// in project file C:\Single Photo EasyGUI Application\SinglePhoto.gui
//

// Ensure that this header file is only included once
#ifndef __GUIVAR_H
#define __GUIVAR_H

// --------------------------  INCLUDE SECTION  --------------------------

#include "GuiConst.h"
#include "GuiLib.h"

// ---------------------  GLOBAL DECLARATION SECTION  --------------------

// Positions
// =========


// Variables
// =========


extern GuiConst_INT16S    GuiVarCompInt1;
extern GuiConst_INT16S    GuiVarCompInt2;
extern GuiConst_INT16S    GuiVarCompInt3;
extern GuiConst_INT16S    GuiVarCompInt4;
extern GuiConst_INT16S    GuiVarCompInt5;


// --------------------------  CUSTOM SECTION  ---------------------------

// My own code is inserted here - edit it in the C code generation window

// -----------------------------------------------------------------------

#endif

// -----------------------------------------------------------------------

// My own footer is inserted here - edit it in the C code generation window