mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 20:40:49 -04:00
Added enum for Link's movement direction
This commit is contained in:
@@ -54,7 +54,7 @@ If a translation unit isn't fully decompiled yet, then there's no way to know if
|
||||
|
||||
Avoid unnecessary includes, especially in header files. clangd will give you a warning saying "Included header is not used directly (fix available)" if you aren't using a header at all.
|
||||
|
||||
Forward declaring types where possible will reduce compile times. So instead of putting all the includes in a actor's header file, like so:
|
||||
Forward declaring types where possible will reduce compile times. So instead of putting all the includes in an actor's header file, like so:
|
||||
|
||||
```cpp
|
||||
#include "d/d_path.h"
|
||||
|
||||
Reference in New Issue
Block a user