mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-30 22:51:57 -08:00
8 lines
88 B
C++
8 lines
88 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
class ServerLogger;
|
|
extern ServerLogger *logger;
|
|
|
|
#endif
|