pendulum68k/pendDialog.h

1 line
203 B
C
Raw Normal View History

2019-04-03 20:54:48 +00:00
#ifndef PEND_DIALOG_H #define PEND_DIALOG_H struct dialog_prefs_t { double theta, d_theta, mu, len, grav; }; void DialogAbout(); void DialogPrefs(struct dialog_prefs_t *p); #endif /* PEND_DIALOG_H */