mirror of
https://github.com/snesrev/zelda3.git
synced 2025-07-23 12:23:04 +02:00
5 lines
125 B
C
5 lines
125 B
C
#pragma once
|
|
|
|
typedef void SaveLoadFunc(void *ctx, void *data, size_t data_size);
|
|
|
|
#define SL(x) func(ctx, &x, sizeof(x)) |