Copy3DEngine/include/C3D/map.h

9 lines
193 B
C
Raw Normal View History

2024-03-09 21:21:17 +01:00
// Voir README.md pour license précise, par Fcalva 2023-2024 et est sous GPLv3
2024-10-09 16:43:10 +02:00
// See README.md for the exact licensing, by ...
2024-03-09 21:21:17 +01:00
2024-10-10 17:53:09 +02:00
#pragma once
2024-10-05 00:56:13 +02:00
2024-10-10 17:53:09 +02:00
#include "fixed.h"
#include "sprites.h"
2024-03-09 21:21:17 +01:00