10 lines
99 B
C++
10 lines
99 B
C++
|
|
#pragma once
|
|
|
|
#include "fl/raster_sparse.h"
|
|
|
|
namespace fl {
|
|
|
|
using XYRaster = XYRasterU8Sparse;
|
|
|
|
} |