forked from AllenDang/cimgui-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cimmarkdown_wrapper.h
21 lines (16 loc) · 991 Bytes
/
cimmarkdown_wrapper.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Code generated by cmd/codegen from https://github.com/AllenDang/cimgui-go.
// DO NOT EDIT.
#pragma once
#include "cimgui/cimmarkdown.h"
#ifdef __cplusplus
extern "C" {
#endif
extern bool wrap_RenderLinkText(TextRegion* self,const char* text_,const Link link_,const char* markdown_,const MarkdownConfig mdConfig_,const char** linkHoverStart_);
extern void wrap_RenderLinkTextWrappedV(TextRegion* self,const char* text_,const Link link_,const char* markdown_,const MarkdownConfig mdConfig_,const char** linkHoverStart_,bool bIndentToHere_);
extern void wrap_RenderListTextWrapped(TextRegion* self,const char* text_);
extern void wrap_RenderTextWrappedV(TextRegion* self,const char* text_,bool bIndentToHere_);
extern void wrap_RenderLinkTextWrapped(TextRegion* self,const char* text_,const Link link_,const char* markdown_,const MarkdownConfig mdConfig_,const char** linkHoverStart_);
extern void wrap_RenderTextWrapped(TextRegion* self,const char* text_);
#ifdef __cplusplus
}
#endif