mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-11-30 12:36:02 +00:00
14 lines
355 B
C
14 lines
355 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Cube Listing functions
|
|
|
|
=================================================================*/
|
|
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void listAllCubeFormula();
|
|
|
|
/*================================= END OF FILE =================================*/
|