fs2port/port/include/fixture.h
2026-05-13 21:32:05 -05:00

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