hills len

This commit is contained in:
Love 2024-08-04 15:19:30 +02:00
parent 67318b1be9
commit 97d2e1913f
2 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,4 @@ unsigned const char *hills[] = {
kulle_6_png,
kulle_7_png,
};
extern const size_t hills_length = 8;

View File

@ -1,3 +1,4 @@
#pragma once
extern unsigned const char *hills[];
extern const size_t hills_length;