mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
autolib
This commit is contained in:
parent
d23973817a
commit
eacc13ea5c
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
AUTOLIB(memdraw)
|
||||
AUTOLIB(memlayer)
|
||||
|
||||
typedef struct Memimage Memimage;
|
||||
typedef struct Memdata Memdata;
|
||||
typedef struct Memsubfont Memsubfont;
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
AUTOLIB(memlayer)
|
||||
|
||||
typedef struct Memscreen Memscreen;
|
||||
typedef void (*Refreshfn)(Memimage*, Rectangle, void*);
|
||||
|
||||
|
|
Loading…
Reference in a new issue