index
:
orangerot/domino-dungeon.git
dungeon
main
Unnamed repository; edit this file 'description' to name the repository.
git user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
domino.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'domino.h')
-rw-r--r--
domino.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/domino.h b/domino.h
index b08c332..e473776 100644
--- a/
domino.h
+++ b/
domino.h
@@ -4,7 +4,7 @@
#define DOMINO_H
struct eye {
- int x,y,val;
+ size_t x,y,val;
};
struct brick {