empty.cpp 94 B

12345678910
  1. #include "input.h"
  2. #ifdef _WIN32
  3. __declspec(dllexport)
  4. #endif
  5. int empty()
  6. {
  7. return 0;
  8. }