Refactoring - Ops header renamed

This commit is contained in:
Emmanuel BENOîT 2017-11-15 20:36:08 +01:00
parent fd0df03428
commit 914464811a
6 changed files with 5 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#include "externals.hh"
#include "control.hh"
#include "ops.hh"
#include "globals.hh"
#include "sync.hh"

11
demo.hh
View file

@ -1,15 +1,6 @@
#pragma once
#if 0
#include "raymarcher.hh"
#include "dof.hh"
#include "bloom.hh"
#include "combine.hh"
#include "fxaa.hh"
#include "profiling.hh"
#include "sync.hh"
#endif
#include "control.hh"
#include "opcomp.hh"
struct T_Demo

View file

@ -1,5 +1,5 @@
#include "externals.hh"
#include "control.hh"
#include "ops.hh"
#include "opcomp.hh"
#include <ebcl/Algorithms.hh>

2
ops.cc
View file

@ -1,5 +1,5 @@
#include "externals.hh"
#include "control.hh"
#include "ops.hh"
#include "globals.hh"
#include "profiling.hh"
#include "rendertarget.hh"

View file

View file

@ -1,6 +1,6 @@
#include "externals.hh"
#include "opast.hh"
#include "control.hh"
#include "ops.hh"
#include "opcomp.hh"
#include <ebcl/Files.hh>
#include <ebcl/SRDText.hh>