Files
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

14 lines
257 B
C

//
// scaleform/colour.h
//
// Copyright (C) 1999-2012 Rockstar Games. All Rights Reserved.
//
#ifndef SCALEFORM_COLOUR_H
#define SCALEFORM_COLOUR_H
#include "scaleform/scaleform.h"
void CScaleformInstallColour(sfScaleformMovieView& movie);
#endif