Skip to content

Commit

Permalink
removed OBJ file
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco_Sblendorio committed Jun 25, 2019
1 parent 8230a48 commit 413b59e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/geouterm-res.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
//
// This file was generated by the GEOS Resource Compiler
//
// DO NOT EDIT! Any changes will be lost!
//
// Edit proper resource file instead.
//

void switch4080 (void);
void EnterDeskTop (void);

const void subMenu1 = {
(char)12, (char)40,
(int)0, (int)66,
(char)(2 | VERTICAL),
"switch 40/80", (char)MENU_ACTION, (int)switch4080,
"quit", (char)MENU_ACTION, (int)EnterDeskTop,
};

void set40col (void);
void set80col (void);

const void subMenu2 = {
(char)16, (char)44,
(int)25, (int)60,
(char)(2 | VERTICAL),
"40 col", (char)MENU_ACTION, (int)set40col,
"80 col", (char)MENU_ACTION, (int)set80col,
};


const void mainMenu = {
(char)0, (char)15,
(int)0, (int)58,
(char)(2 | HORIZONTAL),
"geos", (char)SUB_MENU, (int)&subMenu1,
"width", (char)SUB_MENU, (int)&subMenu2,
};

Binary file removed src/lib/ultimate_lib.o
Binary file not shown.

0 comments on commit 413b59e

Please sign in to comment.