summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/core_config.h
blob: 06eecc76f58ff415ae7308ef2430d184bf2f6cb9 (plain)
1
2
3
4
5
6
7
8
#ifndef __ASURA_CORE_CONFIG_H__
#define __ASURA_CORE_CONFIG_H__

#define ASURA_CORE_SDL  1
#define ASURA_CORE_GLUT 0
#define ASURA_CORE_GLFW 0

#endif