lib/graphic/cfbd_graphic_define.h¶
Core graphics type definitions and forward declarations. More...
Detailed Description¶
Core graphics type definitions and forward declarations.
Provides fundamental type aliases and forward declarations used throughout the graphics system, establishing the foundation for point, size, and device abstractions.
Source code¶
#pragma once
#include <stdint.h>
typedef uint16_t PointBaseType;
typedef PointBaseType SizeBaseType;
typedef struct _CFBD_GraphicDevice CFBD_GraphicDevice;
Updated on 2026-02-03 at 13:21:55 +0000