mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-02 01:59:56 -04:00
11 lines
326 B
C
11 lines
326 B
C
#ifndef GF_H
|
|
#define GF_H
|
|
|
|
#include "dolphin/gf/GFGeometry.h" // IWYU pragma: export
|
|
#include "dolphin/gf/GFLight.h" // IWYU pragma: export
|
|
#include "dolphin/gf/GFPixel.h" // IWYU pragma: export
|
|
#include "dolphin/gf/GFTev.h" // IWYU pragma: export
|
|
#include "dolphin/gf/GFTransform.h" // IWYU pragma: export
|
|
|
|
#endif /* GF_H */
|