This website requires JavaScript.
Explore
Help
Sign In
PrimeDecomp
/
prime
mirror of
https://github.com/PrimeDecomp/prime.git
Watch
2
Star
0
Fork
You've already forked prime
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7f30b385b2
prime
/
include
/
Kyoto
/
Graphics
/
CLight.hpp
7 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
IWeaponRender decomp (can't link yet) Former-commit-id: 0e20e67870b4b83b9b68c4215fdbbab0ce9d2e32
2022-07-26 04:36:32 +00:00
#
ifndef __CLIGHT_HPP__
#
define __CLIGHT_HPP__
clang-format pass Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 06:05:46 +00:00
class
CLight
{
}
;
IWeaponRender decomp (can't link yet) Former-commit-id: 0e20e67870b4b83b9b68c4215fdbbab0ce9d2e32
2022-07-26 04:36:32 +00:00
#
endif
// __CLIGHT_HPP__