Almetare 1.20
Alle meine Taschenrechner - Eine C++-Bibliothek zur Entwicklung von Taschenrechnern
calc_type.h
gehe zur Dokumentation dieser Datei
1//******************************************************************************
2// Copyright (c) 2002-2004 by Friedemann Seebass, Germany.
3// Dieses Programm ist freie Software. Siehe GNU GPL Notiz in Datei main.cpp.
4// This program is free software. See the GNU GPL notice in file main.cpp.
5// Projekt: Almetare - Alle meine Taschenrechner
6//******************************************************************************
17//******************************************************************************
18// Wann Wer Was
19// ---------- -------- ---------------------------------------------------------
20// 15.09.2002 fse erzeugt
21//******************************************************************************
22
23#ifndef CALC_TYPE_H
24#define CALC_TYPE_H
25
26#ifndef __cplusplus
27#error calc_type.h is only for C++!
28#endif
29
30//******************************************************************************
31
32#include "calc_ti30.h"
33#include "ti30_main_dlg.h"
34
35#define CALC_CLASS CalculatorTi30
36#define CALC_DLG_CLASS Ti30mainDlg
37
38//******************************************************************************
39
40#endif // !CALC_TYPE_H
Klassen fuer den TI-30 (Modul special).
Dialogklasse des TI-30 (Modul special).