Files
margen/src/main.h
T
2025-06-03 17:32:37 +02:00

8 lines
135 B
C

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bmp.h"
#define WIDTH 256
#define HEIGHT 256
#define COLOR_DEPTH 3