Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <ctime>
enum class comparison_result
{
lesser,
greater,
equal
};
@skorezore
skorezore / keybase.md
Created August 16, 2015 20:16
keybase.md

Keybase proof

I hereby claim:

  • I am Skorezore on github.
  • I am skorezore (https://keybase.io/skorezore) on keybase.
  • I have a public key whose fingerprint is 1E9D A41C DB85 E498 88F8 FE0D A5FE 2653 ECBA C97B

To claim this, I am signing this object:

#include <fstream>
#include <vector>
#include <array>
#include "LoadOBJ.hpp"
std::vector<float> bugfree::LoadOBJ(std::string path)
{
std::ifstream file(path);