Errors.h 163 B

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