mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- Backend update from GZDoom.
This commit is contained in:
parent
b9ee6c327d
commit
abb7f87de3
17 changed files with 77 additions and 188 deletions
|
@ -39,10 +39,7 @@
|
|||
#undef OPAQUE
|
||||
#endif
|
||||
|
||||
enum
|
||||
{
|
||||
OPAQUE = 65536,
|
||||
};
|
||||
constexpr int OPAQUE = 65536;
|
||||
|
||||
enum ETexMode
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue