You've already forked FileManager
mirror of
https://github.com/Team-Resurgent/FileManager.git
synced 2026-04-30 10:38:50 -07:00
6 lines
123 B
C
6 lines
123 B
C
#pragma once
|
|
|
|
#include <XTL.h>
|
|
|
|
void DrawSolidRect(LPDIRECT3DDEVICE8 dev, float x, float y, float w, float h, D3DCOLOR c);
|