Tramway SDK
painis
tram-sdk
src
platform
image.h
Go to the documentation of this file.
1
// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3
#ifndef TRAM_SDK_PLATFORM_IMAGE_H
4
#define TRAM_SDK_PLATFORM_IMAGE_H
5
6
namespace
tram::Platform
{
7
8
void
SaveImageToDisk
(
const
char
* name,
int
w,
int
h,
const
char
* image);
9
10
}
11
12
#endif
// TRAM_SDK_PLATFORM_FILE_H
tram::Platform
tram::Platform::SaveImageToDisk
void SaveImageToDisk(const char *name, int w, int h, const char *image)
Saves image to disk.
Definition:
image.cpp:12
Generated by
1.9.2