migrated gif_sender to spacket
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include <draw_types.h>
|
||||
#include <draw_primitives.h>
|
||||
#include <math3d.h>
|
||||
#include <packet.h>
|
||||
#include <spacket.h>
|
||||
#include "../models/mesh.hpp"
|
||||
#include "../models/math/matrix.hpp"
|
||||
@@ -46,10 +45,8 @@ private:
|
||||
texel_t *st;
|
||||
u8 isAnyObjectAdded;
|
||||
ScreenSettings *screen;
|
||||
u64 *dw;
|
||||
qword_t *q, *dmatag;
|
||||
packet_t *packets[2];
|
||||
packet_t *currentPacket;
|
||||
spacket_t *packets[2];
|
||||
spacket_t *currentPacket;
|
||||
u8 packetsCount;
|
||||
int packetSize;
|
||||
float halfScreenW, halfScreenH;
|
||||
|
||||
Reference in New Issue
Block a user