Symulacja NAT na przedmiot Symulacje Komputerowe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
268 B

  1. /*
  2. * common.h
  3. *
  4. * Created on: 10.01.2017
  5. * Author: piotrek
  6. */
  7. #ifndef COMMON_H_
  8. #define COMMON_H_
  9. #include <iostream>
  10. #include <queue>
  11. #include <map>
  12. #include <functional>
  13. #include <cstdlib>
  14. #include <ctime>
  15. using namespace std;
  16. #endif /* COMMON_H_ */