#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <ppapi/cpp/instance.h>
#include <ppapi/cpp/module.h>
#include <ppapi/cpp/rect.h>
#include <ppapi/cpp/size.h>
#include <ppapi/cpp/file_system.h>
#include <SDL_video.h>
#include <SDL.h>
#include <SDL_nacl.h>
#include <nacl-mounts/base/KernelProxy.h>
#include <nacl-mounts/base/MainThreadRunner.h>
#include <nacl-mounts/http2/HTTP2Mount.h>
#include <nacl-mounts/pepper/PepperMount.h>
#include <dir_list.h>
#include <file_list.h>
#include <pack_list.h>
Go to the source code of this file.
Classes | |
struct | http_file_info |
struct | http_pack_info |
class | PluginInstance |
class | PluginInstance::ProgressHandler |
class | PluginInstance::JSDirectoryReader |
class | PepperModule |
Namespaces | |
pp | |
Functions | |
int | wesnoth_main (int argc, char **argv) |
Module * | pp::CreateModule () |
Variables | |
const char * | http_dirs [] |
struct http_file_info | http_files [] |
struct http_pack_info | http_packs [] |
Referenced by PluginInstance::sdl_thread().
const char* http_dirs[] |
Definition at line 26 of file plugin.cc.
Referenced by PluginInstance::sdl_thread().
struct http_file_info http_files[] |
Referenced by PluginInstance::sdl_thread().
struct http_pack_info http_packs[] |
Referenced by PluginInstance::sdl_thread().