7 lines
53 B
C++
7 lines
53 B
C++
#ifndef SDB_HPP
|
|
#define SDB_HPP
|
|
|
|
void sdb();
|
|
|
|
#endif
|