3 lines
66 B
C++
3 lines
66 B
C++
#include "ExceptionThrower.h"
|
|
|
|
void ThrowException() { throw 1; }
|
#include "ExceptionThrower.h"
|
|
|
|
void ThrowException() { throw 1; }
|