mirror of
https://gitlab.com/hashborgir/plugy.git
synced 2024-12-02 13:36:02 +00:00
13 lines
337 B
C
13 lines
337 B
C
/*=================================================================
|
|
File created by Yohann NICOLAS.
|
|
|
|
Cube Listing functions
|
|
|
|
=================================================================*/
|
|
|
|
#ifndef __NEWINTERFACE_CUBELISTING_H__INCLUDED
|
|
#define __NEWINTERFACE_CUBELISTING_H__INCLUDED
|
|
|
|
void listAllCubeFormula();
|
|
|
|
#endif |