 |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Go to the documentation of this file.
13 #define BLAM_EXT_API extern "C" __declspec(dllexport)
15 #define BLAM_EXT_API extern "C" __declspec(dllimport)
28 namespace DotNETHelpers
Namespace surrounding all major engine components.
Definition: blam_api.h:18
int width
Definition: bgfx.cpp:18
BLAM_EXT_API void ExecuteConsoleCommand(const char *command)
Runs a command through the engine's console.
Definition: blam_api.cpp:16
BLAM_EXT_API WPARAM CreateWParam(int low, int high)
Definition: blam_api.cpp:11
BLAM_EXT_API void ResizeViewport(int width, int height)
Resizes the engine's viewport resolution.
Definition: blam_api.cpp:21
BLAM_EXT_API void CleanupEngineResources()
Instructs the engine to clean up any resources.
Definition: main.cpp:688
BLAM_EXT_API bool MainWindowProcedure(SDL_Event event)
Window Procedure for the main application window.
Definition: main.cpp:92
#define BLAM_EXT_API
Definition: blam_api.h:15
BLAM_EXT_API LPARAM CreateLParam(int low, int high)
Definition: blam_api.cpp:6
int height
Definition: bgfx.cpp:19
BLAM_EXT_API void MainLoop()
Function for the engine's main loop.
Definition: main.cpp:657
BLAM_EXT_API int StartEngine(int args_count, char *args[], SDL_Window *window)
Entry point for the engine.
Definition: main.cpp:353