mirror of
https://github.com/xenia-project/xenia.git
synced 2025-04-02 11:02:16 -04:00
6 lines
243 B
C++
6 lines
243 B
C++
// File: crn_decomp.cpp
|
|
// See Copyright Notice and license at the end of inc/crnlib.h
|
|
#include "crn_core.h"
|
|
|
|
// Include the single-file header library with no defines, which brings in the full CRN decompressor.
|
|
#include "../inc/crn_decomp.h"
|