boxen

Log

Files

Refs

README

LICENSE

boxenInternal.h (200B)

     1 #pragma once
     2 
     3 static boxenFunctionst *boxenF = NULL;
     4 
     5 /* TODO declare structs for private data and add a void pointer to the private data in the class declaration  */
     6 
     7 ```