mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
6 lines
57 B
C++
6 lines
57 B
C++
#ifndef PRINT_H
|
|
#define PRINT_H
|
|
|
|
class Print {};
|
|
|
|
#endif
|