mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-14 06:39:45 +00:00
14 lines
151 B
C++
14 lines
151 B
C++
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#include "ui/app_catalog.h"
|
|
#include "ui/app_screen.h"
|
|
|
|
namespace ui
|
|
{
|
|
|
|
AppCatalog appCatalog();
|
|
|
|
} // namespace ui
|