Add a 2d drawer to canvas textures
This commit is contained in:
parent
cd20d707d4
commit
4f0b02b396
11 changed files with 354 additions and 2 deletions
|
|
@ -49,6 +49,8 @@ EXTERN_CVAR(Float, transsouls)
|
|||
CVAR(Float, classic_scaling_factor, 1.0, CVAR_ARCHIVE)
|
||||
CVAR(Float, classic_scaling_pixelaspect, 1.2f, CVAR_ARCHIVE)
|
||||
|
||||
IMPLEMENT_CLASS(FCanvas, false, false)
|
||||
|
||||
IMPLEMENT_CLASS(DShape2DTransform, false, false)
|
||||
|
||||
static void Shape2DTransform_Clear(DShape2DTransform* self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue