add all.h and use in place of diablo.h (#2005)

Now diablo.h is treated in the same way as all other header files of
Source, as it only contains the declarations of global variables and
functions of diablo.cpp.

Besides consistency, this also enables mods to include diablo.h just
like any other header file without having to include every header file
(and without having to include C++ specific aspects of the now all.h).
This commit is contained in:
Anders Jenbo 2020-02-14 13:12:54 +01:00 committed by GitHub
commit 20621a0642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 159 additions and 154 deletions

View file

@ -1,4 +1,4 @@
#include "diablo.h"
#include "all.h"
#include "../3rdParty/Storm/Source/storm.h"
#ifdef __cplusplus