9 lines
76 B
C++
9 lines
76 B
C++
#ifndef FOO_BAR_H
|
|
#define FOO_BAR_H
|
|
|
|
class FooBar
|
|
{
|
|
};
|
|
|
|
#endif // FOO_BAR_H
|