replaced limits.h inclusion with float.h inclusion for floating point limits

master
Anton Lydike 5 years ago
parent a070980af1
commit e20f4cb891

@ -1,5 +1,6 @@
#ifndef IMAGES_H
#define IMAGES_H "v0.1.1"
#include <stddef.h>
typedef struct _color {
unsigned char r;

Loading…
Cancel
Save