File: main.hpp

package info (click to toggle)
sam2p 0.44-13-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,268 kB
  • ctags: 3,184
  • sloc: cpp: 14,125; ansic: 9,026; tcl: 973; sh: 555; makefile: 242; perl: 67
file content (18 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* main.hpp -- provide functions for the GUI
 * by pts@fazekas.hu at 2002.12.28
 */

#ifdef __GNUC__
#pragma interface
#endif

#ifndef MAIN_HPP
#define MAIN_HPP 1

#include "gensi.hpp"

extern void init_applier();
extern void init_loader();
extern void init_sam2p_engine(char const*argv0);

#endif