Skip to content

Instantly share code, notes, and snippets.

@GameKyuubi
GameKyuubi / srb2kz.cc
Last active May 14, 2023 03:49 — forked from clalancette/ziptest.cc
packager for SRB2Kart mods
//
// Compile with
// g++ -o srb2kz -lzip srb2kz.cc
//
#include <iostream>
#include <string>
#include <dirent.h>
#include <sys/stat.h>