- did a bit of header cleanup to reduce the dependency on dobject.h.
This commit is contained in:
parent
1c81c40c59
commit
a4710bcdb0
48 changed files with 226 additions and 274 deletions
|
|
@ -1,6 +1,4 @@
|
|||
#ifndef __R_BLEND_H
|
||||
#define __R_BLEND_H
|
||||
|
||||
#pragma once
|
||||
/*
|
||||
** r_blend.h
|
||||
** Constants and types for specifying texture blending.
|
||||
|
|
@ -162,4 +160,3 @@ inline FRenderStyle &FRenderStyle::operator= (ERenderStyle legacy)
|
|||
return *this;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue