Callisto Engine
write_file_params.h
1
#pragma once
2
#include <cstddef>
3
4
namespace
cl::fsys {
5
struct
write_file_params
{
6
const
char
* filename;
7
const
void
* buffer;
8
size_t
buffer_size;
9
};
10
}
cl::fsys::write_file_params
Definition:
write_file_params.h:5
engine
src
libs
cl_core
fsys
write_file_params.h
Generated by
1.9.2