#ifndef SRC_IMPL_H_ #define SRC_IMPL_H_ #include namespace impl { bool IsValidWindow(char* handle, size_t size); } // namespace impl #endif // SRC_IMPL_H_