CMake build system, big pile of libs: bspatch, quazip, java, the launcher

This commit is contained in:
Petr Mrázek
2013-01-11 02:25:40 +01:00
parent d6d5c86a73
commit b1d00fce8d
69 changed files with 16978 additions and 27 deletions

6
java/errors.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <exception>
namespace java
{
class classfile_exception : public std::exception {};
}