1
0
Fork 0
mirror of https://git.sr.ht/~kikoodx/momento synced 2024-06-11 04:17:07 +02:00
momento/include/filepaths.h
KikooDX 25d928cef1 level loading: bundle levels in binary
This doesn't replace the BFile loading system. This method is safer,
faster and doesn't use gint_switch. The BFile system can be reused for
additionnal features, such as custom user levels (definitly NOT coming
in the first public release).
2021-05-08 02:22:17 +02:00

6 lines
127 B
C

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
void init_level_binaries(void);