mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
chore(big): hide the definition of BigData
This commit is contained in:
parent
06094084f3
commit
263f7e9041
4 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#ifndef STORM_BIG_HPP
|
||||
#define STORM_BIG_HPP
|
||||
|
||||
#include "storm/big/BigData.hpp"
|
||||
#include "Core.hpp"
|
||||
|
||||
class BigData;
|
||||
|
||||
void STORMAPI SBigAdd(BigData* a, BigData* b, BigData* c);
|
||||
|
||||
void STORMAPI SBigAnd(BigData* a, BigData* b, BigData* c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue