ervy

Bring charts to terminal.
git clone https://noulin.net/git/ervy.git
Log | Files | Refs | README | LICENSE

ervy.h (235B)


      1 #pragma once
      2 
      3 #include "bar.h"
      4 #include "bullet.h"
      5 #include "ribbon.h"
      6 
      7 #define isErvyCompiledWithCurrentLisheepyVersion checkLibsheepyVersionErvy(LIBSHEEPY_VERSION)
      8 bool checkLibsheepyVersionErvy(const char *currentLibsheepyVersion);