Top100
Your Personal Movie List (C++17 CLI + library)
Loading...
Searching...
No Matches
menu.h
1// SPDX-License-Identifier: Apache-2.0
2//-------------------------------------------------------------------------------
3// Top100 — Your Personal Movie List
4//
5// File: ui/gtk/menu.h
6// Purpose: Menu construction and handlers declarations for Top100GtkWindow.
7//-------------------------------------------------------------------------------
8#pragma once
9#include "window.h"
10// Declarations are in window.h as class members; this header exists for module clarity.