upstream.h 133 B

123456789101112
  1. #ifndef UPSTREAM_H
  2. #define UPSTREAM_H
  3. #include "systemlib.h"
  4. #ifdef _WIN32
  5. __declspec(dllexport)
  6. #endif
  7. int upstream();
  8. #endif