view gui-main.h @ 9:822a2fe5bb51

move command window to separate file and other refactoring
author John W. Eaton <jwe@octave.org>
date Thu, 23 May 2019 12:36:26 -0400
parents 7c4b04a6346d
children
line wrap: on
line source

#if ! defined (calc_gui_main_h)
#define calc_gui_main_h 1

namespace calc
{
  extern int gui_main (int argc, char **argv);
}

#endif