Missing controls.h file

This commit is contained in:
sergiotarxz 2021-11-22 23:43:10 +01:00
parent f998953f13
commit ad1f942c01
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#pragma once
typedef struct {
AdwHeaderBar *header;
AdwLeaflet *views_leaflet;
} ControlsAdwaita;