Tramway SDK
painis
tram-sdk
src
platform
image.h
Go to the documentation of this file.
1
// TRAMWAY DRIFT AND DUNGEON EXPLORATION SIMULATOR 2022
2
// All rights reserved.
3
4
#ifndef TRAM_SDK_PLATFORM_IMAGE_H
5
#define TRAM_SDK_PLATFORM_IMAGE_H
6
7
namespace
tram::Platform
{
8
9
void
SaveImageToDisk
(
const
char
* name,
int
w,
int
h,
const
char
* image);
10
11
}
12
13
#endif
// TRAM_SDK_PLATFORM_FILE_H
tram::Platform
Definition:
api.h:9
tram::Platform::SaveImageToDisk
void SaveImageToDisk(const char *name, int w, int h, const char *image)
Definition:
image.cpp:8
Generated by
1.9.2