[v0.01] Update LICENSE and source code extensions

This commit is contained in:
Dr-Noob
2021-08-11 09:13:15 +02:00
parent 5e6c3cb965
commit f824e3c4f2
7 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@
#include <string.h>
#include <stdlib.h>
#include "args.h"
#include "global.h"
#include "args.hpp"
#include "global.hpp"
struct args_struct {
bool help_flag;

View File

@@ -4,7 +4,7 @@
#include <string.h>
#include <errno.h>
#include "global.h"
#include "global.hpp"
#ifdef _WIN32

View File

@@ -2,8 +2,8 @@
#include <stdlib.h>
#include <string.h>
#include "args.h"
#include "global.h"
#include "args.hpp"
#include "global.hpp"
static const char* VERSION = "0.01";