Refactoring - Ops header renamed
This commit is contained in:
parent
fd0df03428
commit
914464811a
6 changed files with 5 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "externals.hh"
|
||||
#include "control.hh"
|
||||
#include "ops.hh"
|
||||
#include "globals.hh"
|
||||
#include "sync.hh"
|
||||
|
||||
|
|
11
demo.hh
11
demo.hh
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "externals.hh"
|
||||
#include "control.hh"
|
||||
#include "ops.hh"
|
||||
#include "opcomp.hh"
|
||||
#include <ebcl/Algorithms.hh>
|
||||
|
||||
|
|
2
ops.cc
2
ops.cc
|
@ -1,5 +1,5 @@
|
|||
#include "externals.hh"
|
||||
#include "control.hh"
|
||||
#include "ops.hh"
|
||||
#include "globals.hh"
|
||||
#include "profiling.hh"
|
||||
#include "rendertarget.hh"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue