12 lines
119 B
C
12 lines
119 B
C
|
//
|
||
|
// Created by nigel on 23/02/23.
|
||
|
//
|
||
|
#pragma once
|
||
|
|
||
|
class partitionManager {
|
||
|
public:
|
||
|
static bool Validate();
|
||
|
|
||
|
};
|
||
|
|