mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:24:02 +00:00
Move BPTC shapes header to include folder
This commit is contained in:
parent
671454f57d
commit
d03732fc09
2 changed files with 4 additions and 3 deletions
|
@ -106,6 +106,7 @@ CONFIGURE_FILE(
|
|||
SET( HEADERS
|
||||
config/BPTCConfig.h.in
|
||||
include/BPTCCompressor.h
|
||||
include/Shapes.h
|
||||
src/CompressionMode.h
|
||||
src/RGBAEndpoints.h
|
||||
src/ParallelStage.h
|
||||
|
|
|
@ -50,8 +50,8 @@
|
|||
* <http://gamma.cs.unc.edu/FasTC/>
|
||||
*/
|
||||
|
||||
#ifndef BPTCENCODER_SRC_SHAPES_H_
|
||||
#define BPTCENCODER_SRC_SHAPES_H_
|
||||
#ifndef BPTCENCODER_INCLUDE_SHAPES_H_
|
||||
#define BPTCENCODER_INCLUDE_SHAPES_H_
|
||||
|
||||
namespace BPTCC {
|
||||
|
||||
|
@ -115,4 +115,4 @@ namespace BPTCC {
|
|||
|
||||
} // namespace BPTCC
|
||||
|
||||
#endif // BPTCENCODER_SRC_SHAPES_H_
|
||||
#endif // BPTCENCODER_INCLUDE_SHAPES_H_
|
Loading…
Reference in a new issue