meson-tachyonlib.c 111 B

123456789
  1. #ifdef _MSC_VER
  2. __declspec(dllexport)
  3. #endif
  4. const char*
  5. tachyon_phaser_command (void)
  6. {
  7. return "shoot";
  8. }