Updated mug.h

This commit is contained in:
RobinVdB8
2023-11-13 14:49:03 +01:00
parent d8e4471e7b
commit 0aed4429da

View File

@@ -7,6 +7,6 @@
#ifndef INC_MUG_H_
#define INC_MUG_H_
void mug_init();
void mug_init(void);
#endif /* INC_MUG_H_ */