#import "SDL.h"
#import "SDLMain.h"
#include <vector>
Go to the source code of this file.
|
| int | wesnoth_main (int argc, char **argv) |
| |
| template<int sz> |
| bool | str_eq (const char *str, const char(&cstr)[sz]) |
| |
| int | main (int argc, char **argv) |
| |
|
| static std::vector< char * > | gArgs |
| |
◆ NSEventModifierFlagCommand
| #define NSEventModifierFlagCommand NSCommandKeyMask |
◆ NSEventTypeKeyDown
| #define NSEventTypeKeyDown NSKeyDown |
◆ NSEventTypeKeyUp
| #define NSEventTypeKeyUp NSKeyUp |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ str_eq()
template<int sz>
| bool str_eq |
( |
const char * |
str, |
|
|
const char(&) |
cstr[sz] |
|
) |
| |
◆ wesnoth_main()
| int wesnoth_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ gArgs