TrustedUser
2,147
edits
m (Text replacement - "</source>" to "</syntaxhighlight>") |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
||
Line 16: | Line 16: | ||
When the compiler encounters the above line, it will replace it with the contents of "file.txt". So, the following logic file: | When the compiler encounters the above line, it will replace it with the contents of "file.txt". So, the following logic file: | ||
< | <syntaxhighlight lang="cpp"> | ||
#include "file.txt" | #include "file.txt" | ||
Line 31: | Line 31: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
would be seen by the compiler as: | would be seen by the compiler as: | ||
< | <syntaxhighlight lang="cpp"> | ||
#define ego_on_water f0 | #define ego_on_water f0 | ||
#define new_room f5 | #define new_room f5 |