mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
6 lines
114 B
C
6 lines
114 B
C
|
#include "X11/Xcursor/Xcursor.h"
|
||
|
|
||
|
int main(int argc, char* argv[]) {
|
||
|
XcursorFileHeader header;
|
||
|
return 0;
|
||
|
}
|