mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
9 lines
No EOL
133 B
C
9 lines
No EOL
133 B
C
#ifndef TEXT_TYPES_H
|
|
#define TEXT_TYPES_H
|
|
|
|
#include "common/handle.h"
|
|
|
|
DECLARE_HANDLE(HTEXTBLOCK);
|
|
DECLARE_HANDLE(HTEXTFONT);
|
|
|
|
#endif |