Errors.h 155 B

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