CMake build system, big pile of libs: bspatch, quazip, java, the launcher
This commit is contained in:
6
java/errors.h
Normal file
6
java/errors.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <exception>
|
||||
namespace java
|
||||
{
|
||||
class classfile_exception : public std::exception {};
|
||||
}
|
Reference in New Issue
Block a user