mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
Link CCrc32.cpp
This commit is contained in:
10
include/Kyoto/CCrc32.hpp
Normal file
10
include/Kyoto/CCrc32.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __CCRC32_HPP__
|
||||
#define __CCRC32_HPP__
|
||||
#include "types.h"
|
||||
|
||||
class CCRC32 {
|
||||
public:
|
||||
static u32 Calculate(const void* data, u32 length);
|
||||
};
|
||||
|
||||
#endif // __CCRC32_HPP__
|
||||
Reference in New Issue
Block a user