mu: convert command-line tools to c++

This commit is contained in:
Dirk-Jan C. Binnema
2020-06-08 23:04:05 +03:00
parent dd0cb3112a
commit a9fab4abcc
22 changed files with 425 additions and 529 deletions

View File

@ -17,16 +17,14 @@
**
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /*HAVE_CONFIG_H*/
#include <glib.h>
#include <glib-object.h>
#include <locale.h>
#include "mu-config.h"
#include "mu-cmd.h"
#include "mu-config.hh"
#include "mu-cmd.hh"
#include "mu-runtime.h"