mirror of
https://github.com/aap/librw.git
synced 2024-11-25 21:25:42 +00:00
small change
This commit is contained in:
parent
c0d9ecdf3f
commit
df419c63ef
@ -2,6 +2,7 @@
|
|||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <stdint.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
#include "rw.h"
|
#include "rw.h"
|
||||||
@ -59,10 +60,12 @@ main(int argc, char *argv[])
|
|||||||
|
|
||||||
rw::Image::setSearchPath("./;/home/aap/gamedata/ps2/gtavc/MODELS/gta3_archive/txd_extracted/");
|
rw::Image::setSearchPath("./;/home/aap/gamedata/ps2/gtavc/MODELS/gta3_archive/txd_extracted/");
|
||||||
|
|
||||||
|
/*
|
||||||
// rw::Image *tga = rw::readTGA("b.tga");
|
// rw::Image *tga = rw::readTGA("b.tga");
|
||||||
rw::Image *tga = rw::readTGA("player.tga");
|
rw::Image *tga = rw::readTGA("player.tga");
|
||||||
assert(tga != NULL);
|
assert(tga != NULL);
|
||||||
rw::writeTGA(tga, "out.tga");
|
rw::writeTGA(tga, "out.tga");
|
||||||
|
*/
|
||||||
|
|
||||||
// for(rw::int32 i = 0; i < c->numAtomics; i++)
|
// for(rw::int32 i = 0; i < c->numAtomics; i++)
|
||||||
// rw::Gl::Instance(c->atomicList[i]);
|
// rw::Gl::Instance(c->atomicList[i]);
|
||||||
|
@ -15,7 +15,6 @@ typedef float float32;
|
|||||||
typedef int32 bool32;
|
typedef int32 bool32;
|
||||||
typedef uint8 byte;
|
typedef uint8 byte;
|
||||||
typedef uint32 uint;
|
typedef uint32 uint;
|
||||||
typedef uint64 uintptr;
|
|
||||||
|
|
||||||
class Stream
|
class Stream
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user