mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
switch to gtkmm
This commit is contained in:
parent
058aabce26
commit
d3e894e0ac
28 changed files with 50 additions and 1413 deletions
11
src/main.h
11
src/main.h
|
|
@ -1,15 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtkmm/application.h>
|
||||
|
||||
#include "app/browser.h"
|
||||
|
||||
void static activate(
|
||||
GtkApplication *application
|
||||
);
|
||||
|
||||
int main(
|
||||
int argc,
|
||||
char *argv[]
|
||||
char* argv[]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue