You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
514 B
26 lines
514 B
#ifndef PROJECT_LIB_H
|
|
#define PROJECT_LIB_H
|
|
|
|
#include <stdio.h>
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <array>
|
|
#include <vector>
|
|
#include <linux/limits.h>
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <iostream>
|
|
#include <fstream>
|
|
#include <filesystem>
|
|
#include <pwd.h>
|
|
#include <cstddef>
|
|
#include <gtkmm.h>
|
|
#include <gtkmm/stock.h>
|
|
#include <gtkmm/window.h>
|
|
#include <gtkmm/plug.h>
|
|
#include <locale.h>
|
|
#include <libintl.h>
|
|
#include <glibmm/i18n.h>
|
|
#include <map>
|
|
#include "ubl-util-standard.c"
|
|
#endif |