LukasBanana / LLGL

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
BSD 3-Clause "New" or "Revised" License
2.1k stars 139 forks source link

* added support for multiple modules in static compile. #41

Closed raxvan closed 5 years ago

LukasBanana commented 5 years ago

I think you forgot ModuleInterface.cpp and the updated ModuleInterface.h files. Just add them to fix the failed CI builds and I merge it.

Regarding your request for "clang format": the only script for a few settings I have is .editorconfig, but I guess it's only supported by VS2017 or later.

raxvan commented 5 years ago

Added missing file and merge with latest changes master.