Download
pfuentes69
/FractalViewer
/FractalViewerPrefs.h
(View History)
| pfp First commit | Latest amendment: 1 on 2022-08-26 |
| 1 | /***** |
| 2 | * FractalViewerPrefs.h |
| 3 | * |
| 4 | * Public interfaces for FractalViewerPrefs.c |
| 5 | * |
| 6 | *****/ |
| 7 | |
| 8 | #pragma once // include this header |
| 9 | // only once per source file |
| 10 | |
| 11 | |
| 12 | struct FractalViewerPrefs { |
| 13 | Boolean BW; |
| 14 | double JuliaX; |
| 15 | double JuliaY; |
| 16 | }; |
| 17 | |
| 18 | void HandlePrefs(void); |