11 lines
226 B
C
11 lines
226 B
C
// Hardcoded scenery byte streams used until the .po reader exists.
|
|
|
|
#ifndef FIXTURE_H
|
|
#define FIXTURE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint8_t fixtureSceneryDemo[];
|
|
extern const uint32_t fixtureSceneryDemoLength;
|
|
|
|
#endif
|