stripped down all pixwerx code to a minimal istic subset

This commit is contained in:
Hartmut Seichter 2023-06-30 20:41:02 +02:00
commit 612677c52d
398 changed files with 164811 additions and 0 deletions

12
src/lib/globals.hpp Normal file
View file

@ -0,0 +1,12 @@
#ifndef PARADISO_GLOBALS_HPP
#define PARADISO_GLOBALS_HPP
#include <cstdint>
namespace paradiso
{
}
#endif