debug build
This commit is contained in:
parent
f98bb5cbaa
commit
52d97f3c54
3 changed files with 5 additions and 6 deletions
1
image.h
1
image.h
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include "matrix.h"
|
||||
|
||||
typedef struct {
|
||||
Matrix* pixel_values;
|
||||
|
|
|
|||
Reference in a new issue