mlx3ds/include/mlx3ds.h

19 lines
361 B
C

/**
* mlx3ds.h
* for the project "MinilibX for 3DS"
* by Zy
* at https://github.com/frzysk/mlx3ds
*/
/**
* This file includes everything that doesn't exist in the original MinilibX
* but can be useful for the 3DS implementation.
*/
#ifndef MLX3DS_H
# define MLX3DS_H
# include "mlx3ds_typealiases.h"
# include "mlx3ds_embeddedassets.h"
#endif