1/*
2 * Copyright 2021, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5
6
7.global gFixedFont
8.type   gFixedFont, @object
9.data
10gFixedFont:
11.incbin "fixed_font.bin"
12.size	gFixedFont, .-gFixedFont
13