LibT2FS 0.1
C API for accessing TEngine data in memory.
Loading...
Searching...
No Matches
gui.h
Go to the documentation of this file.
1/* This file is part of LibT2FS.
2 *
3 * LibT2FS is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 3 of the License, or
6 * (at your option) any later version.
7 *
8 * LibT2FS is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <https://www.gnu.org/licenses/>.
15 */
16
17#ifndef H_T2FS_DATA_GUI
18#define H_T2FS_DATA_GUI
19
20#include <stdint.h>
21
22#include "t2fs.h"
23#include "models/common.h"
24
25int
26t2fs_gui_texture_load(T2FSContext *ctx, T2FSTexture* texture, uint32_t id);
27
28void
30
31#endif
void t2fs_gui_texture_unload(T2FSTexture *texture)
int t2fs_gui_texture_load(T2FSContext *ctx, T2FSTexture *texture, uint32_t id)
struct s_T2FSContext T2FSContext
This is the core LibT2FS object that you will be passing around.
Definition t2fs.h:53
struct s_T2FSTexture T2FSTexture