|
Last change
on this file was
18217,
checked in by westram, 6 years ago
|
- basically layout calculator window:
- init AWARs.
- create selection SAI lists (available + selected).
- create target SAI input field.
|
|
File size:
772 bytes
|
| Line | |
|---|
| 1 | // ========================================================= // |
|---|
| 2 | // // |
|---|
| 3 | // File : saicalc.h // |
|---|
| 4 | // Purpose : interface to SAI calculator (see #730) // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in Oct 19 // |
|---|
| 7 | // http://www.arb-home.de/ // |
|---|
| 8 | // // |
|---|
| 9 | // ========================================================= // |
|---|
| 10 | |
|---|
| 11 | #ifndef SAICALC_H |
|---|
| 12 | #define SAICALC_H |
|---|
| 13 | |
|---|
| 14 | class AW_window; |
|---|
| 15 | class GBDATA; |
|---|
| 16 | |
|---|
| 17 | void SAI_popup_calculator_window(AW_window *awp, GBDATA *gb_main); |
|---|
| 18 | |
|---|
| 19 | #else |
|---|
| 20 | #error saicalc.h included twice |
|---|
| 21 | #endif // SAICALC_H |
|---|
Note: See
TracBrowser
for help on using the repository browser.