13 lines
172 B
C
13 lines
172 B
C
![]() |
#ifndef SRC_IMPL_H_
|
||
|
#define SRC_IMPL_H_
|
||
|
|
||
|
#include <cstddef>
|
||
|
|
||
|
namespace impl {
|
||
|
|
||
|
bool IsValidWindow(char* handle, size_t size);
|
||
|
|
||
|
} // namespace impl
|
||
|
|
||
|
#endif // SRC_IMPL_H_
|