mirror of
https://github.com/love2d/love-android.git
synced 2026-08-22 21:45:11 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// LZMARegister.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../Common/RegisterCodec.h"
|
||||
|
||||
#include "CopyCoder.h"
|
||||
static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::CCopyCoder); }
|
||||
|
||||
static CCodecInfo g_CodecInfo =
|
||||
{ CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
|
||||
|
||||
REGISTER_CODEC(Copy)
|
||||
Reference in New Issue
Block a user