Image.c #11

Merged
jastornig merged 5 commits from Temp into Development 2023-09-19 13:16:04 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit a3e676ba1f - Show all commits

View file

@ -1,5 +1,3 @@
#pragma once
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,4 +1,5 @@
#pragma once #pragma once
#include "matrix.h"
#include "matrix.h" #include "matrix.h"