forked from zwickethomas/Photonics-Helfer
18 lines
324 B
C
18 lines
324 B
C
/* Ramen_Physik.h
|
|
Hier werden Physikaufgaben gelöst mit einem Spiel als Pause
|
|
|
|
Autor: Jana Nieblas
|
|
Firma: FHGR
|
|
Version 1.0
|
|
Datum 15.12.2024
|
|
Aenderungen:
|
|
V 1.0 15.12.2024 Erste Version
|
|
*/
|
|
|
|
#ifndef _FILE_NAME_H_
|
|
#define _FILE_NAME_H_
|
|
|
|
//extern Phxsik mit Spiel;
|
|
extern int Ramen_Physik();
|
|
|
|
#endif |