| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #ifndef MARIUSNET_PUBLIC_H |
| 2 | + | #define MARIUSNET_PUBLIC_H |
| 3 | + | |
| 4 | extern unsigned char MsNet_Running; | |
| 5 | ||
| 6 | unsigned char MSNet_Login(char* username, char* password); | |
| # | Line 39 | Line 42 | typedef struct | |
| 42 | m_gamedescription g; | |
| 43 | } m_announcegame; | |
| 44 | ||
| 45 | + | int MSNet_CreateGame( m_announcegame* Game ); |
| 46 | + | |
| 47 | + | #endif |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |