Skip to content

Instantly share code, notes, and snippets.

View randombyte-developer's full-sized avatar
🙃

Sven Rahn randombyte-developer

🙃
  • NRW, Germany
View GitHub Profile
#include <stdio.h>
#include <math.h>
#include <limits.h>
#include <Windows.h>
#define OK 1;
#define ERROR_STEUER_KLASSE -1
#define ERROR_MIN_MAX -2
#define ERROR_SCHRITTWEITE -3
plugins {
id 'org.spongepowered.plugin' version '0.7'
id 'com.github.johnrengelman.shadow' version '1.2.3'
}
apply from: "GradleCommon/common.gradle"
defaultTasks 'clean', 'updateLicenses', 'build'
group = 'net.caseif.flint.inferno'