Files
eepp/include/eepp/base.hpp
spartanj@gmail.com d41e078176 Added version class for eepp.
Fixed Pbuffers with shaders.
Fixed Map editor scroll when map is scaled.
Fixed Point Size in GL3 renderer.
Disabled VAO in VBOs.
2012-12-09 03:30:33 -03:00

11 lines
159 B
C++

#ifndef EE_BASE_HPP
#define EE_BASE_HPP
#include <eepp/helper/PlusCallback/callback.hpp>
#include <eepp/declares.hpp>
#include <eepp/base/base.hpp>
#endif