16 lines
240 B
C
16 lines
240 B
C
/**
|
|
* mlx3ds.h
|
|
* for the project "MinilibX for 3DS"
|
|
* by Zy
|
|
* at https://github.com/frzysk/mlx3ds
|
|
*/
|
|
|
|
// TODO docs
|
|
|
|
#ifndef MLX3DS_H
|
|
# define MLX3DS_H
|
|
|
|
# include "mlx3ds_typealiases.h"
|
|
# include "mlx3ds_embeddedassets.h"
|
|
|
|
#endif
|