Top100
Your Personal Movie List (C++17 CLI + library)
Loading...
Searching...
No Matches
poster.h
1// SPDX-License-Identifier: Apache-2.0
2//-------------------------------------------------------------------------------
3// Top100 — Your Personal Movie List
4//
5// File: ui/gtk/poster.h
6// Purpose: Poster-related helper declarations for Top100GtkWindow.
7//-------------------------------------------------------------------------------
8#pragma once
9#include "window.h"
10// Poster methods are declared in window.h; this header groups their implementation unit.