summaryrefslogtreecommitdiff
path: root/src/JSystem/JStage/JSGLight.cpp
diff options
context:
space:
mode:
authorLuke Street <luke.street@encounterpc.com>2023-09-10 00:42:26 -0400
committerLuke Street <luke.street@encounterpc.com>2023-09-10 00:48:55 -0400
commitadb95b135c3d7498eba29bbd9728d345eed5a407 (patch)
tree655575b939c12067569263171b68c079b1a232c8 /src/JSystem/JStage/JSGLight.cpp
parent81ac53f1317dafb3506ae3ed8b2820d40645c3c8 (diff)
Import project
Original repository: https://github.com/encounter/ww
Diffstat (limited to 'src/JSystem/JStage/JSGLight.cpp')
-rw-r--r--src/JSystem/JStage/JSGLight.cpp78
1 files changed, 78 insertions, 0 deletions
diff --git a/src/JSystem/JStage/JSGLight.cpp b/src/JSystem/JStage/JSGLight.cpp
new file mode 100644
index 00000000..5b43a5aa
--- /dev/null
+++ b/src/JSystem/JStage/JSGLight.cpp
@@ -0,0 +1,78 @@
+//
+// Generated by dtk
+// Translation Unit: JSGLight.cpp
+//
+
+#include "JSGLight.h"
+#include "dolphin/types.h"
+
+/* 8026DE94-8026DEF4 .text __dt__Q26JStage6TLightFv */
+JStage::TLight::~TLight() {
+ /* Nonmatching */
+}
+
+/* 8026DEF4-8026DEFC .text JSGFGetType__Q26JStage6TLightCFv */
+void JStage::TLight::JSGFGetType() const {
+ /* Nonmatching */
+}
+
+/* 8026DEFC-8026DF04 .text JSGGetLightType__Q26JStage6TLightCFv */
+void JStage::TLight::JSGGetLightType() const {
+ /* Nonmatching */
+}
+
+/* 8026DF04-8026DF08 .text JSGSetLightType__Q26JStage6TLightFQ26JStage7TELight */
+void JStage::TLight::JSGSetLightType(JStage::TELight) {
+ /* Nonmatching */
+}
+
+/* 8026DF08-8026DF1C .text JSGGetColor__Q26JStage6TLightCFv */
+void JStage::TLight::JSGGetColor() const {
+ /* Nonmatching */
+}
+
+/* 8026DF1C-8026DF20 .text JSGSetColor__Q26JStage6TLightF8_GXColor */
+void JStage::TLight::JSGSetColor(_GXColor) {
+ /* Nonmatching */
+}
+
+/* 8026DF20-8026DF24 .text JSGGetDistanceAttenuation__Q26JStage6TLightCFPfPfP13_GXDistAttnFn */
+void JStage::TLight::JSGGetDistanceAttenuation(float*, float*, _GXDistAttnFn*) const {
+ /* Nonmatching */
+}
+
+/* 8026DF24-8026DF28 .text JSGSetDistanceAttenuation__Q26JStage6TLightFff13_GXDistAttnFn */
+void JStage::TLight::JSGSetDistanceAttenuation(float, float, _GXDistAttnFn) {
+ /* Nonmatching */
+}
+
+/* 8026DF28-8026DF2C .text JSGGetAngleAttenuation__Q26JStage6TLightCFPfP9_GXSpotFn */
+void JStage::TLight::JSGGetAngleAttenuation(float*, _GXSpotFn*) const {
+ /* Nonmatching */
+}
+
+/* 8026DF2C-8026DF30 .text JSGSetAngleAttenuation__Q26JStage6TLightFf9_GXSpotFn */
+void JStage::TLight::JSGSetAngleAttenuation(float, _GXSpotFn) {
+ /* Nonmatching */
+}
+
+/* 8026DF30-8026DF34 .text JSGGetPosition__Q26JStage6TLightCFP3Vec */
+void JStage::TLight::JSGGetPosition(Vec*) const {
+ /* Nonmatching */
+}
+
+/* 8026DF34-8026DF38 .text JSGSetPosition__Q26JStage6TLightFRC3Vec */
+void JStage::TLight::JSGSetPosition(const Vec&) {
+ /* Nonmatching */
+}
+
+/* 8026DF38-8026DF3C .text JSGGetDirection__Q26JStage6TLightCFP3Vec */
+void JStage::TLight::JSGGetDirection(Vec*) const {
+ /* Nonmatching */
+}
+
+/* 8026DF3C-8026DF40 .text JSGSetDirection__Q26JStage6TLightFRC3Vec */
+void JStage::TLight::JSGSetDirection(const Vec&) {
+ /* Nonmatching */
+}
+