mirror of
https://github.com/zeldaret/ss
synced 2026-08-01 08:17:21 -04:00
Get initial JParticle import to build, label symbols.txt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef JMATRIGONOMETRIC_H
|
||||
#define JMATRIGONOMETRIC_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "common.h"
|
||||
#include "utility.h"
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef JMATH_H
|
||||
#define JMATH_H
|
||||
|
||||
#include "dolphin/mtx.h"
|
||||
#include "common.h"
|
||||
#include "rvl/MTX.h"
|
||||
#include "math.h"
|
||||
|
||||
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef RANDOM_H
|
||||
#define RANDOM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "common.h"
|
||||
|
||||
namespace JMath {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user