mirror of
https://github.com/alexkay/spek.git
synced 2025-05-23 17:57:40 +03:00
10 lines
183 B
C
10 lines
183 B
C
#pragma once
|
|
|
|
#define ART_SPEK "art-spek"
|
|
#define ART_OPEN "art-open"
|
|
#define ART_SAVE "art-save"
|
|
#define ART_HELP "art-help"
|
|
#define ART_CLOSE "art-close"
|
|
|
|
void spek_artwork_init();
|