Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // For Jaffa
- theothercpp.cpp
- void lol()
- {
- }
- theothercppheaderfile.h
- #ifndef _theothercppheaderfile.h_
- #define _theothercppheaderfile.h_
- #include "theothercpp.cpp"
- void lol();
- #endif
- main.cpp
- #include "theothercppheaderfile.h"
- void main ()
- {
- lol();
- }
Advertisement
Add Comment
Please, Sign In to add comment