savepoint, changelog later..

This commit is contained in:
Dmitry 2019-07-27 17:36:24 +03:00 committed by jeefo
commit 1bc1fd1913
45 changed files with 12866 additions and 10981 deletions

View file

@ -54,9 +54,9 @@ typedef int func_t; //
typedef int string_t; // from engine's pr_comp.h;
typedef float vec_t; // needed before including progdefs.h
#include "corelib.h"
#include <crlib/cr-vector.h>
typedef cr::classes::Vector vec3_t;
typedef cr::Vector vec3_t;
using namespace cr::types;
#include "const.h"