annotate gui-main.h @ 19:9e2211f5f293 default tip

NOTES: more updates
author John W. Eaton <jwe@octave.org>
date Tue, 28 May 2019 23:06:08 -0400
parents 822a2fe5bb51
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
b97ffa8e4019 multiple inclusion guards in .h files
John W. Eaton <jwe@octave.org>
parents: 1
diff changeset
1 #if ! defined (calc_gui_main_h)
b97ffa8e4019 multiple inclusion guards in .h files
John W. Eaton <jwe@octave.org>
parents: 1
diff changeset
2 #define calc_gui_main_h 1
0
dff751fb985c initial revision
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
9
822a2fe5bb51 move command window to separate file and other refactoring
John W. Eaton <jwe@octave.org>
parents: 8
diff changeset
4 namespace calc
0
dff751fb985c initial revision
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 {
9
822a2fe5bb51 move command window to separate file and other refactoring
John W. Eaton <jwe@octave.org>
parents: 8
diff changeset
6 extern int gui_main (int argc, char **argv);
0
dff751fb985c initial revision
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 }
dff751fb985c initial revision
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8
dff751fb985c initial revision
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 #endif