Code::Blocks  SVN r11506
importers_globals.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef IMPORTERS_GLOBALS_H
7 #define IMPORTERS_GLOBALS_H
8 
9 #include "settings.h"
10 
30 {
31  // reset all flags to defaults
32  extern DLLIMPORT void ResetDefaults();
33  // ask which compiler to use for the imported project?
34  extern DLLIMPORT bool UseDefaultCompiler;
35  // ask which targets to import?
36  extern DLLIMPORT bool ImportAllTargets;
37 }
38 
39 #endif // IMPORTERS_GLOBALS_H
This namespace holds some global flags for project/workspace importers to inter-communicate.
#define DLLIMPORT
Definition: settings.h:16
DLLIMPORT void ResetDefaults()
DLLIMPORT bool UseDefaultCompiler
DLLIMPORT bool ImportAllTargets