GameBoy Emulator
1
Game Boy emulator core and tooling
Loading...
Searching...
No Matches
success.hpp
1
#pragma once
2
3
#include <iostream>
4
5
inline
void
success(){
6
std::cout<<
"--------------------"
<<std::endl;
7
std::cout<<
" Success! "
<<std::endl;
8
std::cout<<
"--------------------"
<<std::endl;
9
}
include
success.hpp
Generated by
1.16.1