The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions | Variables
plugin.cc File Reference
#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>
Include dependency graph for plugin.cc:

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 []
 

Function Documentation

int wesnoth_main ( int  argc,
char **  argv 
)

Variable Documentation

const char* http_dirs[]
Initial value:
= {
}

Definition at line 26 of file plugin.cc.

Referenced by PluginInstance::sdl_thread().

struct http_file_info http_files[]
Initial value:
= {
}

Referenced by PluginInstance::sdl_thread().

struct http_pack_info http_packs[]
Initial value:
= {
}

Referenced by PluginInstance::sdl_thread().