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