annotate .clang @ 593:f9e85d0aca74

rpg: introduce private loader_file to help allocating map/tileset The structure is just an allocator and owner for various data shared among the map and the tileset such as sprites, textures, animations... While here, simplify use of mlk_(map|tileset)_loader_file so they don't have a public structure anymore but insert themselves into the loader->data.
author David Demelier <markand@malikania.fr>
date Tue, 21 Mar 2023 14:08:15 +0100
parents 66e7f5fa7b78
children 83781cc87fca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
3ddd3acfe0e9 misc: add .clang
David Demelier <markand@malikania.fr>
parents:
diff changeset
1 -I/usr/include/SDL2
477
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
2 -Iextern/libdt
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
3 -Iextern/libsqlite
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
4 -Ilibmlk-core
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
5 -Ilibmlk-example
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
6 -Ilibmlk-rpg
66e7f5fa7b78 misc: update .clang
David Demelier <markand@malikania.fr>
parents: 18
diff changeset
7 -Ilibmlk-ui