synfig-studio  1.0.3
main_win32.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 #ifndef MAIN_WIN32_H
24 #define MAIN_WIN32_H
25 
26 #ifdef WIN32
27 void redirectIOToConsole();
28 bool consoleOptionEnabled(int argc, char* argv[]);
29 #endif /* WIN32 */
30 
31 #endif /* MAIN_WIN32_H */
32