6ccc874583
This is a pretty straight forward port of the old version, including the incredibly hacky server list. But I just need to remember that this is a prototype.
9 lines
84 B
C++
9 lines
84 B
C++
#ifndef CHANNELS_HPP_
|
|
#define CHANNELS_HPP_
|
|
|
|
enum Channels {
|
|
SERVER = 0
|
|
};
|
|
|
|
#endif
|