diff --git a/include/astaroth_fortran.h b/include/astaroth_fortran.h index e0a708d..9c02c1f 100644 --- a/include/astaroth_fortran.h +++ b/include/astaroth_fortran.h @@ -45,6 +45,8 @@ void acdevicesynchronizestream_(const Device* device, const Stream* stream); void acdeviceloadmeshinfo_(const Device* device, const AcMeshInfo* info); +void acgetdevicecount_(int* count); + #ifdef __cplusplus } // extern "C" #endif