hills len
This commit is contained in:
parent
67318b1be9
commit
97d2e1913f
@ -19,3 +19,4 @@ unsigned const char *hills[] = {
|
||||
kulle_6_png,
|
||||
kulle_7_png,
|
||||
};
|
||||
extern const size_t hills_length = 8;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
extern unsigned const char *hills[];
|
||||
extern const size_t hills_length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user