mirror of
https://github.com/lucaspalomodevelop/Mate-Rechner.git
synced 2026-03-13 06:49:38 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#ifndef MATE_H
|
|
#define MATE_H
|
|
|
|
#include <iostream>
|
|
extern int mate, Koffeingehalt, marke, kmenge, ergebnis;
|
|
extern std::string input, markenname;
|
|
#endif |