#include "BKE_utildefines.h" // O_BINARY FALSE
+#include "FRS_freestyle.h"
+
Global G;
UserDef U;
ListBase WMlist= {NULL, NULL};
/* 1= an undo, -1 is a redo. we have to make sure 'curundo' remains at current situation */
void BKE_undo_step(bContext *C, int step)
{
-
if(step==0) {
read_undosave(C, curundo);
}