mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-31 08:00:25 -07:00
8 lines
88 B
C++
8 lines
88 B
C++
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
class ServerLogger;
|
|
extern ServerLogger *logger;
|
|
|
|
#endif
|