ref: initial engine to ref API draft, not compiling, work in progress [ci skip]

This commit is contained in:
Alibek Omarov
2019-02-24 18:45:27 +03:00
parent e193ac2c04
commit 574f03c139
39 changed files with 1100 additions and 917 deletions

View File

@@ -18,6 +18,7 @@ GNU General Public License for more details.
#define BACKENDS_H
// video backends (XASH_VIDEO)
#define VIDEO_DONTCARE -1 // a special mode for ref_dll
#define VIDEO_NULL 0
#define VIDEO_SDL 1
#define VIDEO_ANDROID 2