summaryrefslogtreecommitdiff
path: root/test cases/python/4 custom target depends extmodule/ext/lib/meson-tachyonlib.h
blob: dca71d311d8fa03484bfc2b13bba303b1faf69d0 (plain)
1
2
3
4
5
6
#pragma once

#ifdef _MSC_VER
__declspec(dllimport)
#endif
const char* tachyon_phaser_command (void);