mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-15 06:07:06 +00:00
pp2d: readme fixes
This commit is contained in:
parent
f641ed1d30
commit
f700390bc6
2 changed files with 9 additions and 9 deletions
|
@ -4,4 +4,11 @@ Plug & Play 2D (unofficial) wrapper for Citro3D.
|
|||
|
||||
## License
|
||||
|
||||
pp2d is licensed under the [MIT License](https://github.com/BernardoGiordano/pp2d/blob/master/LICENSE).
|
||||
pp2d is licensed under the MIT License.
|
||||
|
||||
## Changes
|
||||
|
||||
* depth parameter (Ryuzaki-MrL)
|
||||
* standalone pp2d_free_texture (LiquidFenrir)
|
||||
* 3d support (Robz8)
|
||||
* load png from memory (ErmanSayin)
|
||||
|
|
|
@ -30,19 +30,12 @@
|
|||
* @date 17 October 2017
|
||||
* @brief pp2d header
|
||||
*/
|
||||
|
||||
/**
|
||||
* Other contributions:
|
||||
* depth parameter - Ryuzaki-MrL
|
||||
* standalone pp2d_free_texture - LiquidFenrir
|
||||
* 3d support - Robz8
|
||||
* load png from memory - ErmanSayin
|
||||
*/
|
||||
|
||||
#ifndef PP2D_H
|
||||
#define PP2D_H
|
||||
|
||||
#include "lodepng.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue