Errors.h 162 B

123456789
  1. #pragma once
  2. #include "Betriebssystem.h"
  3. namespace Framework
  4. {
  5. DLLEXPORT void throwOutOfRange(
  6. const char* file, int line, int index, int count);
  7. };